diff options
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -364,10 +364,16 @@ SHADED 34 log "NOT IMPLEMENTED" EVENT 35 - log "NOT IMPLEMENTED" + current REBEL_FACTIONS + add_influence (game.current) + prompt `Place a ${PIECE_FACTION_TYPE_NAME[game.current][ELITE]} in up to 3 Provinces with ${PIECE_FACTION_TYPE_NAME[other_rebel_faction(game.current)][ELITE]}.` + space_opt 3 has_piece(s, other_rebel_faction(game.current), ELITE) && can_place_piece(s, game.current, ELITE) + auto_place (game.current) ELITE + endspace SHADED 35 - log "NOT IMPLEMENTED" + remove_influence BK + remove_influence VE EVENT 36 current VE |