diff options
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 20 |
1 files changed, 18 insertions, 2 deletions
@@ -325,10 +325,26 @@ SHADED 21 log "NOT IMPLEMENTED" EVENT 22 - log "NOT IMPLEMENTED" + current REBEL_FACTIONS + prompt `Build in any province with a ${PIECE_FACTION_TYPE_NAME[game.current][ELITE]}.` + space 1 can_build_in_space(s) + free_build + endspace SHADED 22 - log "NOT IMPLEMENTED" + current DS + prompt "Place 1 Troops in one space." + space_opt 1 can_place_piece(s, DS, TROOPS) + place_opt 1 DS TROOPS + endspace + prompt "Place 2 Troops in one space." + space_opt 1 can_place_piece(s, DS, TROOPS) + place_opt 2 DS TROOPS + endspace + prompt "Place 4 Troops in one space." + space_opt 1 can_place_piece(s, DS, TROOPS) + place_opt 4 DS TROOPS + endspace EVENT 23 current VE |