mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-08 21:54:58 +00:00
Tackling of various AI "TODO" comments, a little tidying
This commit is contained in:
@@ -91,13 +91,6 @@ module Battle::AI::Handlers
|
||||
MoveBasePower = HandlerHash.new
|
||||
GeneralMoveScore = HandlerHash.new
|
||||
GeneralMoveAgainstTargetScore = HandlerHash.new
|
||||
# TODO: Make HandlerHashes for these?
|
||||
# Move type - uses main battle code via rough_type
|
||||
# Move accuracy - uses main battle code via rough_accuracy
|
||||
# Move target
|
||||
# Move additional effect chance
|
||||
# Move unselectable check
|
||||
# Move failure check
|
||||
ShouldSwitch = HandlerHash.new
|
||||
|
||||
def self.move_will_fail?(function_code, *args)
|
||||
|
||||
Reference in New Issue
Block a user