mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
Update CardState.java
This commit is contained in:
@@ -764,7 +764,7 @@ public class CardState implements GameObject, IHasSVars, ITranslatable {
|
||||
continue;
|
||||
}
|
||||
if (tr.isIntrinsic()) {
|
||||
triggers.add(tr.copy(card, lki));
|
||||
triggers.add(tr.copy(card, lki, false, this));
|
||||
}
|
||||
}
|
||||
ReplacementEffect runRE = null;
|
||||
|
||||
Reference in New Issue
Block a user