- "Rallying Call" should now correctly prevent removal of threats by FP cards.

This commit is contained in:
marcins78@gmail.com
2012-09-20 13:28:41 +00:00
parent c88a5ea3cd
commit e232d5c558
2 changed files with 4 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ public class CantRemoveThreatsModifier extends AbstractModifier {
private Filterable[] _sourceFilters;
public CantRemoveThreatsModifier(PhysicalCard source, Condition condition, Filterable... sourceFilters) {
super(source, "Can't remove threats", null, condition, ModifierEffect.BURDEN_MODIFIER);
super(source, "Can't remove threats", null, condition, ModifierEffect.THREAT_MODIFIER);
_sourceFilters = sourceFilters;
}

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>20 Sep. 2012</b>
- "Rallying Call" should now correctly prevent removal of threats by FP cards.
<b>12 Sep. 2012</b>
- "Morgul Regiment" and similar cards now trigger only during fierce assignment, only if the minion has Fierce.