Skip to content

Commit

Permalink
Fix Betrayal
Browse files Browse the repository at this point in the history
  • Loading branch information
sushibagel committed Apr 6, 2024
1 parent 8204367 commit b602111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Scripts/ocr.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ CheckScreen()
If (RegExMatch(BetrayalCount[A_Index], BetrayalPattern))
{
CheckCompletion := A_Index + 1
If InStr(NikoCount[CheckCompletion], "Mission Complete")
If InStr(BetrayalCount[CheckCompletion], "Mission Complete")
{
MechanicsIni := MechanicsIni()
IniRead, CurrentStatus, %MechanicsIni%, Mechanic Active, Betrayal, 0
Expand Down

0 comments on commit b602111

Please sign in to comment.