diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2025-02-19 15:46:59 -0500 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2025-02-19 15:46:59 -0500 |
commit | 872422f7f3ba799e840a1a799fb6a307b2f29302 (patch) | |
tree | a880ae3a4dbfde3502066334bc8e0740474f4af8 /events.txt | |
parent | c11b1edea2ee980016bce25a77e719aa984bd313 (diff) | |
download | vijayanagara-872422f7f3ba799e840a1a799fb6a307b2f29302.tar.gz |
Event 1 - unshaded
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,7 +1,13 @@ # Events for Vijayanagara EVENT 1 - log "NOT IMPLEMENTED" + 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)) + move + endspace + endpiece SHADED 1 log "NOT IMPLEMENTED" |