diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-04-20 20:06:39 -0400 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-04-20 20:06:39 -0400 |
commit | c97ecaf4342a1073fa87ebe74b40de9bcbaed434 (patch) | |
tree | c67390d021e7520d3c33079f2512e2d039dbac9f /events.txt | |
parent | 10b8fa11e0bf95bd1dc44628b1c7d4638871cbef (diff) | |
download | vijayanagara-c97ecaf4342a1073fa87ebe74b40de9bcbaed434.tar.gz |
Malik all governors
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ EVENT 1 stay_eligible current REBEL_FACTIONS prompt "Move all Governors to Provinces adjacent to Delhi." - piece all (is_governor(p) && !set_has(SPACES[S_DELHI].adjacent, piece_space(p))) - space 1 (set_has(SPACES[S_DELHI].adjacent, s)) + piece all (is_governor(p)) + space 1 (set_has(SPACES[S_DELHI].adjacent, s) && s != S_PUNJAB) move endspace endpiece |