From 0d0f0897adf3de5fc83b4d30099528b29a7bdad5 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 22 Apr 2023 23:14:33 +0200 Subject: Silly typo in Assault op targeting specific faction. --- rules.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules.js b/rules.js index 98ffb42..74757f6 100644 --- a/rules.js +++ b/rules.js @@ -3667,9 +3667,9 @@ states.assault_space = { view.prompt = `Assault: Remove ${game.op.count} enemy pieces in ${space_name[game.op.where]}.` view.where = game.op.where - if (game.faction === FARC) { + if (game.op.faction === FARC) { gen_exposed_piece(game.op.where, FARC) - } else if (game.faction === AUC) { + } else if (game.op.faction === AUC) { gen_exposed_piece(game.op.where, AUC) } else { if (!has_momentum(MOM_SENADO_FARC)) -- cgit v1.2.3