diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-04-03 14:18:57 -0400 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-04-03 14:18:57 -0400 |
commit | fe4496b9ec50ba1e2302d4e795d905103fe3dcce (patch) | |
tree | d7c868484044e0c1aa2623ac83f42ac304738c6f /events.txt | |
parent | f5a050a159b58181f7ed82b4129bcce15e04f725 (diff) | |
download | vijayanagara-fe4496b9ec50ba1e2302d4e795d905103fe3dcce.tar.gz |
Missing Amir for Shaded 15
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -343,7 +343,7 @@ EVENT 15 SHADED 15 stay_eligible prompt "Replace an Amir with a Governor and place a Tributary marker in a Province adjacent to Devagiri." - space 1 is_adjacent_to_city(C_DEVAGIRI, s) && !is_tributary(s) + space 1 (is_adjacent_to_city(C_DEVAGIRI, s) && !is_tributary(s) && has_amir(s)) asm game.vm.p = find_piece(game.vm.s, BK, ELITE) replace DS ELITE place_tributary |