Coded some Gen 9 ability/item/move effects

This commit is contained in:
Maruno17
2024-06-15 15:58:31 +01:00
parent 454d5a216a
commit 22b33ca6c2
35 changed files with 596 additions and 234 deletions

View File

@@ -274,6 +274,10 @@ class Battle::AI::AIBattler
return battler.hasMoldBreaker?
end
def being_mold_broken?
return battler.beingMoldBroken?
end
#-----------------------------------------------------------------------------
def item_id; return battler.item_id; end