Skip to content

Commit 657bcd0

Browse files
committed
what a dumb error to make
1 parent f010647 commit 657bcd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

battle/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ def MRRbattle(status):
985985
buddySwapYuna()
986986
aeonSummon(0)
987987
screen.awaitTurn()
988-
encounterID.overdrive.valefor(version=1)
988+
battle.overdrive.valefor(version=1)
989989
status[2] = 1
990990
status[5] = 1
991991
else:
@@ -1009,7 +1009,7 @@ def MRRbattle(status):
10091009
buddySwapYuna()
10101010
aeonSummon(0)
10111011
screen.awaitTurn()
1012-
encounterID.overdrive.valefor(version=1)
1012+
battle.overdrive.valefor(version=1)
10131013
status[2] = 1
10141014
status[5] = 1
10151015
elif status[5] == 1: # Next need to recharge Valefor

0 commit comments

Comments
 (0)