mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 03:08:02 +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) {
|
||||
this.getCharacteristics().getReplacementEffects().clear();
|
||||
for (final ReplacementEffect replacementEffect : res) {
|
||||
if (!replacementEffect.isTemporary()) {
|
||||
this.addReplacementEffect(replacementEffect);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Adds the replacement effect.
|
||||
|
||||
Reference in New Issue
Block a user