diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-03-06 11:08:02 -0500 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-03-06 11:08:02 -0500 |
commit | c437ca3e19203c5fbaa1e497dfc920fe052bdfbe (patch) | |
tree | bfae868aa0a53ec1a183810b72a812e225139fc0 /events.txt | |
parent | 6d20db3875e227cca6f4e1a9f9d99f53099e0c48 (diff) | |
download | vijayanagara-c437ca3e19203c5fbaa1e497dfc920fe052bdfbe.tar.gz |
Shaded 1.
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." |