Growing Dread -- might need support (#6083)

* Bonus Hallow fix / old revert
This commit is contained in:
Fulgur14
2024-09-07 11:27:04 +02:00
committed by GitHub
parent 5aa0832e7b
commit b6aeb14e57
4 changed files with 16 additions and 2 deletions

View File

@@ -57,6 +57,9 @@ public class TriggerTurnFaceUp extends Trigger {
if (!matchesValidParam("ValidCard", runParams.get(AbilityKey.Card))) {
return false;
}
if (!matchesValidParam("ValidCause", runParams.get(AbilityKey.Cause))) {
return false;
}
return true;
}