mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Fixed Pulmonic Sliver
This commit is contained in:
@@ -8162,9 +8162,11 @@ public class Card extends GameEntity implements Comparable<Card> {
|
|||||||
public void setReplacementEffects(final List<ReplacementEffect> res) {
|
public void setReplacementEffects(final List<ReplacementEffect> res) {
|
||||||
this.getCharacteristics().getReplacementEffects().clear();
|
this.getCharacteristics().getReplacementEffects().clear();
|
||||||
for (final ReplacementEffect replacementEffect : res) {
|
for (final ReplacementEffect replacementEffect : res) {
|
||||||
|
if (!replacementEffect.isTemporary()) {
|
||||||
this.addReplacementEffect(replacementEffect);
|
this.addReplacementEffect(replacementEffect);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adds the replacement effect.
|
* Adds the replacement effect.
|
||||||
|
|||||||
Reference in New Issue
Block a user