diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-03-25 21:39:54 -0400 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-03-25 21:39:54 -0400 |
commit | 21214c0adae4eaec7b4ca6cb7489e9fef11fa1c4 (patch) | |
tree | a21e6037645e859a235c71a27382630d953cb948 /events.txt | |
parent | 430fafb58cd045cde81a27327e5b81bc860d7a41 (diff) | |
download | vijayanagara-21214c0adae4eaec7b4ca6cb7489e9fef11fa1c4.tar.gz |
Fix timurid step 2
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 |