diff options
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -15,7 +15,7 @@ SHADED 1 stay_eligible current DS prompt "Select a space to move Units into and Attack for free." - space 1 s + space 1 s>=0 prompt `Move up to ${8-game.vm.pl.length} units into the selected space.` mark_space move_to (game.vm.s) (is_ds_unit(p) && is_piece_on_map(p) && !is_piece_in_event_space(p) && game.vm.pl.length < 8) @@ -816,7 +816,7 @@ SUCC 0 log_succ BK "Military labor market thrives." gain_cavalry (game.inf[BK] + count_pieces_on_map(BK, DISC)) force_current VE - prompt "Gain resources equal to Influence and Temples." + prompt "Gain Resources equal to Influence and Temples." log_succ VE "Temple towns emerge anew." resources VE (game.inf[VE] + count_pieces_on_map(VE, DISC)) |