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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user