diff options
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -10,7 +10,17 @@ EVENT 1 endpiece SHADED 1 - log "NOT IMPLEMENTED" + current DS + 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.` + 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]}` + free_attack + endspace EVENT 2 prompt "Remove up to 2 Delhi Sultanate Units in both Mountain Passes and Punjab." |