diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-03-21 08:37:22 -0400 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-03-21 08:37:22 -0400 |
commit | bb3fabbf95dd5b6c39672e9f643df32f1f6e923f (patch) | |
tree | e378baae75c7cf7fbbb3feec5bec5674be9046d0 /events.txt | |
parent | 865d73d80ee00a607a4a6c8aad07d621990febb4 (diff) | |
download | vijayanagara-bb3fabbf95dd5b6c39672e9f643df32f1f6e923f.tar.gz |
Fix Event 13
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -277,11 +277,15 @@ SHADED 13 endspace prompt "Select a destination Province for the Rajas." space 1 (is_adjacent(s, game.vm.m) && has_piece_faction(s, BK)) - prompt "Move any Rajas to the adjacent Province." - piece all (is_raja(p) && (piece_space(p) === game.vm.m[0])) + prompt "Move any number of Rajas to the adjacent Province." + piece_opt all (is_raja(p) && (piece_space(p) === game.vm.m[0])) move endpiece - prompt "Make a free Attack against the Vijayanagara Empire there." + mark_space + endspace + current BK + prompt "Make a free Attack against the Vijayanagara Empire there." + space_opt 1 (game.vm.m[1] === s) free_attack VE endspace |