From bb3fabbf95dd5b6c39672e9f643df32f1f6e923f Mon Sep 17 00:00:00 2001 From: Joël Simoneau Date: Fri, 21 Mar 2025 08:37:22 -0400 Subject: Fix Event 13 --- events.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'events.txt') diff --git a/events.txt b/events.txt index 37d2134..ef381d3 100644 --- a/events.txt +++ b/events.txt @@ -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 -- cgit v1.2.3