diff options
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -839,7 +839,7 @@ SUCC 5 endspace prompt "Invaders are laying a siege to Delhi!" space 1 (s === S_DELHI && has_ds_unit(s) && has_mi_unit(s)) - while (has_ds_unit(game.vm.s)) + while (has_ds_unit(game.vm.s) && has_mi_unit(game.vm.s)) free_attack DS endwhile endspace |