diff options
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 |