From 89231ed0521637619335925b02cc8726388e1fd9 Mon Sep 17 00:00:00 2001 From: Joël Simoneau Date: Fri, 18 Apr 2025 13:11:19 -0400 Subject: Fix Shaded 1 Andhra --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 8261cc9..0d7993c 100644 --- a/rules.js +++ b/rules.js @@ -6002,7 +6002,7 @@ CODE[1 * 2 + 1] = [ [ vm_stay_eligible ], [ vm_current, DS ], [ vm_prompt, "Select a space to move Units into and Attack for free." ], - [ vm_space, true, 1, 1, (s)=>s ], + [ vm_space, true, 1, 1, (s)=>s>=0 ], [ vm_prompt, ()=>`Move up to ${8-game.vm.pl.length} units into the selected space.` ], [ vm_mark_space ], [ vm_move_to, ()=>(game.vm.s), (p,s)=>(is_ds_unit(p) && is_piece_on_map(p) && !is_piece_in_event_space(p) && game.vm.pl.length < 8) ], -- cgit v1.2.3