Skip to content

Commit

Permalink
Update Draughts Checkers.rascript
Browse files Browse the repository at this point in the history
  • Loading branch information
pinguupinguu committed Jul 5, 2023
1 parent 5b1400a commit 2ebb735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Interton VC 4000/Draughts Checkers.rascript
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ for i in range(9, 14){
mode() == i &&
mode_pause() &&
byte(0x0553) == 0 &&
prev(byte(0x00f1)) == 0x11 && trigger_when(byte(0x00f1)) == 0x77 &&
prev(byte(0x00f1)) == 0x11 && trigger_when(byte(0x00f1) == 0x77) &&
(always_false()
|| never(prev(state()) != in_option && start() > prev(start()))
)
Expand Down

0 comments on commit 2ebb735

Please sign in to comment.