mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-06 06:01:46 +00:00
Fixed bugs relating to followers from previous commit, fixed error in Safari Battles from previous commit
This commit is contained in:
@@ -47,7 +47,7 @@ class Battle::FakeBattler
|
||||
end
|
||||
|
||||
def opposes?(i)
|
||||
i = i.index if i.is_a?(FakeBattler)
|
||||
i = i.index if i.is_a?(Battle::FakeBattler)
|
||||
return (@index&1)!=(i&1)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user