From c68489555f1fecb8769791ee02335cb163b150d1 Mon Sep 17 00:00:00 2001 From: Joël Simoneau Date: Thu, 3 Apr 2025 15:55:55 -0400 Subject: Event 32 fliiped names --- rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rules.js') diff --git a/rules.js b/rules.js index 4c3ac9e..9e2fc55 100644 --- a/rules.js +++ b/rules.js @@ -6724,7 +6724,7 @@ CODE[32 * 2 + 0] = [ [ vm_current, REBEL_FACTIONS ], [ vm_add_influence, ()=>(game.current) ], [ vm_remove_influence, ()=>(other_rebel_faction(game.current)) ], - [ vm_prompt, ()=>`Replace up to 2 ${PIECE_FACTION_TYPE_NAME[game.current][ELITE]}s with 2 ${PIECE_FACTION_TYPE_NAME[other_rebel_faction(game.current)][ELITE]}s.` ], + [ vm_prompt, ()=>`Replace up to 2 ${PIECE_FACTION_TYPE_NAME[other_rebel_faction(game.current)][ELITE]}s with 2 ${PIECE_FACTION_TYPE_NAME[game.current][ELITE]}s.` ], [ vm_piece, false, 0, 2, (p,s)=>is_enemy_piece(p) && is_rebel_faction_elite(p) && is_piece_on_map(p) ], [ vm_replace, ()=>(game.current), ELITE, false, false ], [ vm_endpiece ], -- cgit v1.2.3