Implemented GameData::BerryPlant

This commit is contained in:
Maruno17
2020-11-13 21:34:11 +00:00
parent d7e9f6db67
commit d8476d1fa4
5 changed files with 89 additions and 57 deletions

View File

@@ -79,6 +79,7 @@ def pbSetUpSystem
consts = [] if !consts
GameData::Ability.load
GameData::Item.load
GameData::BerryPlant.load
rescue
consts = []
end