diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-04-03 21:10:25 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-04-03 21:10:25 +0200 |
commit | 42790f78e5b6775e5702f4ba5b602ac9c500aa12 (patch) | |
tree | a02c5a6fb7a59ad5449191b96d15e220570c5f79 /events.txt | |
parent | fe4496b9ec50ba1e2302d4e795d905103fe3dcce (diff) | |
download | vijayanagara-42790f78e5b6775e5702f4ba5b602ac9c500aa12.tar.gz |
Tweak Event 20 behavior.
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -456,10 +456,10 @@ EVENT 20 prompt "In Orissa or an adjacent Province, you may Migrate, Rally and then Build." space 1 (is_adjacent_to_city(C_WARANGAL, s) || s === S_BENGAL) mark_space - endspace - prompt "Migrate in selected Province." - space_opt 1 (game.vm.m[0] === s && can_migrate_in_space(s)) - free_migrate + prompt "Migrate in selected Province." + if (can_migrate_in_space(game.vm.s)) + free_migrate + endif endspace prompt "Rally in selected Province." space_opt 1 (game.vm.m[0] === s && can_rally_in_space(s)) |