mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Added Showstopper.
This commit is contained in:
@@ -248,7 +248,7 @@ public class TriggerHandler {
|
||||
Card card = (Card) runParams.get("Card");
|
||||
if (card.getController() == player) {
|
||||
for (final Trigger t : card.getTriggers()) {
|
||||
if (!t.isStatic() && t.isTemporary() && canRunTrigger(t, mode, runParams)) {
|
||||
if (!t.isStatic() && !t.isIntrinsic() && canRunTrigger(t, mode, runParams)) {
|
||||
this.runSingleTrigger(t, runParams);
|
||||
checkStatics = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user