Tidying up for v21's release

This commit is contained in:
Maruno17
2023-06-25 22:31:05 +01:00
parent 22fa0f9c0b
commit aecd9e5bb6
15 changed files with 35 additions and 712 deletions

View File

@@ -188,7 +188,7 @@ class NPCTrainer < Trainer
attr_accessor :win_text
def initialize(name, trainer_type, version = 0)
super
super(name, trainer_type)
@version = version
@items = []
@lose_text = nil