diff options
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" |