mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-12 15:44:57 +00:00
Fixed "cannotRun" battle rule not applying to Roar/Circle Throw/Poké Dolls, commented out compiler code that edits what it thinks are supposed to be doors
This commit is contained in:
@@ -26,8 +26,6 @@ class PBPokemon
|
||||
@move2 = move2 ? move2 : 0
|
||||
@move3 = move3 ? move3 : 0
|
||||
@move4 = move4 ? move4 : 0
|
||||
# TODO: Stat changes (what is @ev here? Seems to be a set of bit flags
|
||||
# indicating each stat that should have EVs put into it. Could change it).
|
||||
@ev = ev
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user