Renames $Trainer to $player

This commit is contained in:
chardub
2025-04-24 19:57:12 -04:00
parent 95ef337de8
commit 7de024dafd
34 changed files with 391 additions and 391 deletions

View File

@@ -3,7 +3,7 @@
#===============================================================================
class PokemonMartAdapter
def getMoney
return $Trainer.money
return $player.money
end
def getMoneyString
@@ -11,7 +11,7 @@ class PokemonMartAdapter
end
def setMoney(value)
$Trainer.money = value
$player.money = value
end
def getInventory