summaryrefslogtreecommitdiff
path: root/events.txt
diff options
context:
space:
mode:
authorJoël Simoneau <simoneaujoel@gmail.com>2025-03-24 16:28:47 -0400
committerJoël Simoneau <simoneaujoel@gmail.com>2025-03-24 16:28:47 -0400
commit1fc929c68da733398c85c89d3f6db2154df1a16f (patch)
tree3a9489c4f472a1c9ea840182e57fdd2828ef3c05 /events.txt
parent3657c836555028cfc2927d291a7903734d37a9c2 (diff)
downloadvijayanagara-1fc929c68da733398c85c89d3f6db2154df1a16f.tar.gz
Verbose event 20
Diffstat (limited to 'events.txt')
-rw-r--r--events.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/events.txt b/events.txt
index a11e725..e4af394 100644
--- a/events.txt
+++ b/events.txt
@@ -443,7 +443,14 @@ EVENT 20
prompt "In Orissa or an adjacent Province, you may Migrate, Rally and then Build."
space_opt 1 (is_adjacent_to_city(C_WARANGAL, s) || s === S_BENGAL && can_migrate_in_space(s))
free_migrate
+ mark_space
+ endspace
+ prompt "Rally in selected Province."
+ space 1 (game.vm.m[0] === s && can_rally_in_space(s))
free_rally
+ endspace
+ prompt "Build in selected Province."
+ space 1 (game.vm.m[0] === s && can_build_in_space(s))
free_build
endspace