diff options
Diffstat (limited to 'events.txt')
-rw-r--r-- | events.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -160,7 +160,7 @@ EVENT 8 current REBEL_FACTIONS prompt `In each Province adjacent to Devagiri and/or Gulbarga, replace a Delhi Sultanate Unit with a ${PIECE_FACTION_TYPE_NAME[game.current][ELITE]}.` space_opt all (is_adjacent_to_city(C_DEVAGIRI, s) || is_adjacent_to_city(C_GULBARGA, s)) && has_ds_unit(s) - prompt `Peplace a Delhi Sultanate Unit with a ${PIECE_FACTION_TYPE_NAME[game.current][ELITE]}.` + prompt `Replace a Delhi Sultanate Unit with a ${PIECE_FACTION_TYPE_NAME[game.current][ELITE]}.` piece 1 is_ds_unit(p) && is_piece_in_event_space(p) replace (game.current) ELITE endpiece @@ -289,7 +289,7 @@ SHADED 13 endspace prompt "Select a destination Province for the Rajas." space 1 (is_adjacent(s, game.vm.m) && has_piece_faction(s, BK)) - prompt `Move any number of Rajas into `${SPACE_NAME[game.vm.m[0]]}.` + prompt `Move any number of Rajas into ${SPACE_NAME[game.vm.m[0]]}.` piece_opt all (is_raja(p) && (piece_space(p) === game.vm.m[0])) move endpiece |