Some bug fixes

This commit is contained in:
Maruno17
2021-02-03 20:33:46 +00:00
parent e1e9706cd9
commit e9ed260277
4 changed files with 17 additions and 16 deletions

View File

@@ -183,7 +183,7 @@ class NPCTrainer < Trainer
def initialize(name, trainer_type)
super
@items = []
@lose_text = GameData::TrainerType.get(@trainer_type).lose_text
@lose_text = nil
end
end