From af4e098812c4adf48385341d7d1fc87691b04e5b Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Tue, 28 Nov 2023 11:31:43 +0100 Subject: fix Backlash to the Movement --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 01e8540..f8c3388 100644 --- a/rules.js +++ b/rules.js @@ -3781,7 +3781,7 @@ CODE[73] = [ // The Ladies’ Battle ] CODE[74] = [ // Backlash to the Movement - [ vm_remove_cubes_limit, 6, PURPLE_OR_YELLOW, 2 ], + [ vm_remove_cubes_limit, 6, PURPLE_OR_YELLOW, anywhere(), 2 ], [ vm_return ], ] -- cgit v1.2.3