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