summaryrefslogtreecommitdiff
path: root/events.txt
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2025-04-03 21:10:25 +0200
committerTor Andersson <tor@ccxvii.net>2025-04-03 21:10:25 +0200
commit42790f78e5b6775e5702f4ba5b602ac9c500aa12 (patch)
treea02c5a6fb7a59ad5449191b96d15e220570c5f79 /events.txt
parentfe4496b9ec50ba1e2302d4e795d905103fe3dcce (diff)
downloadvijayanagara-42790f78e5b6775e5702f4ba5b602ac9c500aa12.tar.gz
Tweak Event 20 behavior.
Diffstat (limited to 'events.txt')
-rw-r--r--events.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/events.txt b/events.txt
index b4ff4ef..78d1e94 100644
--- a/events.txt
+++ b/events.txt
@@ -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))