diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-03-24 16:28:47 -0400 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-03-24 16:28:47 -0400 |
commit | 1fc929c68da733398c85c89d3f6db2154df1a16f (patch) | |
tree | 3a9489c4f472a1c9ea840182e57fdd2828ef3c05 /events.txt | |
parent | 3657c836555028cfc2927d291a7903734d37a9c2 (diff) | |
download | vijayanagara-1fc929c68da733398c85c89d3f6db2154df1a16f.tar.gz |
Verbose event 20
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |