correct the conditional move
This commit is contained in:
parent
89df9a04f3
commit
896f3298a8
1 changed files with 2 additions and 2 deletions
|
@ -77,8 +77,8 @@ Gs^Fp , Gs^Fp , Wwf , Wwf , Mm , Rd
|
|||
#turn 2
|
||||
[ move(loc(11,21),loc(13,17)),
|
||||
if(unit_at(loc(11,22)).total_movement = 6,
|
||||
[move(loc(11,22),loc(15,18))],
|
||||
[move(loc(11,22),loc(15,19))]),
|
||||
move(loc(11,22),loc(13,18)),
|
||||
move(loc(11,22),loc(15,19))),
|
||||
move(loc(10,22),loc(7,19)),
|
||||
move(loc(9,22),loc(4,22)),
|
||||
move(loc(11,24),loc(18,24)),
|
||||
|
|
Loading…
Add table
Reference in a new issue