mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Converted Treacherous Link to script.
This commit is contained in:
@@ -7340,13 +7340,6 @@ public class Card extends GameEntity implements Comparable<Card> {
|
||||
return 0;
|
||||
}
|
||||
|
||||
final List<Card> auras = new ArrayList<Card>(this.getEnchantedBy());
|
||||
|
||||
if (Iterables.any(auras, CardPredicates.nameEquals("Treacherous Link"))) {
|
||||
this.getController().addDamage(damageIn, source);
|
||||
return 0;
|
||||
}
|
||||
|
||||
return damageIn;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user