diff options
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -17,14 +17,21 @@ SHADED 1 prompt "Select a Space to move in Units and Attack for free." space 1 s prompt `Move up to ${8-game.vm.pl.length} units in 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) - to_rebel BK - to_rebel VE - log "" - log `Opposing Units to Rebelling in ${SPACE_NAME[game.vm.s]}` + if (has_piece_faction(game.vm.s, BK) || has_piece_faction(game.vm.s, VE)) + to_rebel BK + to_rebel VE + log_br + log `Opposing Units to Rebelling in ${SPACE_NAME[game.vm.s]}` + endif + endspace + prompt "Free Attack in selected Space." + space 1 (s === game.vm.m[0] && can_attack_in_space(s)) free_attack endspace + EVENT 2 stay_eligible prompt "Remove up to 2 Delhi Sultanate Units in both Mountain Passes and Punjab." |