- "Rallying Call" should now correctly prevent removal of threats by FP cards.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user