diff options
Diffstat (limited to 'rules.js')
-rw-r--r-- | rules.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4166,7 +4166,7 @@ function roll_spiculum_dice() { game.combat.castra_used = 1 n -= 1 } - if (game.combat.type === "barbarians" && get_barbarian_location(SHAPUR) === game.where) { + if (game.combat.type === "barbarians" && game.combat.target === SASSANIDS && get_barbarian_location(SHAPUR) === game.where) { log("Shapur I reduced 1 hit.") game.combat.castra_used = 1 n -= 1 @@ -4190,7 +4190,7 @@ function roll_attacker_dice() { log("Castra reduced 1 hit.") n -= 1 } - if (game.combat.type === "barbarians" && get_barbarian_location(SHAPUR) === game.where) { + if (game.combat.type === "barbarians" && game.combat.target === SASSANIDS && get_barbarian_location(SHAPUR) === game.where) { log("Shapur I reduced 1 hit.") n -= 1 } |