Fix to 17R98 "Throne of the Golden Hall"

Players may no longer exert a character to prevent that same character's wound.
This commit is contained in:
PhallenCassidy
2019-01-04 08:56:53 -05:00
committed by GitHub
parent ae5f521614
commit 7ae6953be9

View File

@@ -58,7 +58,7 @@ public class Card17_098 extends AbstractPermanent {
for (PhysicalCard woundedCharacter : woundedCharacters) {
if (PlayConditions.canExert(self, game, Culture.ROHAN, Race.MAN, Filters.not(woundedCharacter))) {
ActivateCardAction action = new ActivateCardAction(self);
action.setText("Prevent for " + GameUtils.getFullName(woundedCharacter));
action.setText("Prevent to " + GameUtils.getFullName(woundedCharacter));
action.appendCost(
new AddTwilightEffect(self, 2));
action.appendCost(