More misc AI move effect calculation rewrites

This commit is contained in:
Maruno17
2022-09-02 00:24:56 +01:00
parent 429068f3cb
commit d870b027db
3 changed files with 284 additions and 44 deletions

View File

@@ -79,6 +79,7 @@ class Battle::AI::AIMove
return @move.type
end
# TODO: Should this exist, or should all type checks go through rough_type?
def pbCalcType(user); return @move.pbCalcType(user); end
#=============================================================================