mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
- Added Savor the Moment.
This commit is contained in:
@@ -56,6 +56,9 @@ public class PhaseUtil {
|
||||
p.removeKeyword("Skip your next untap step.");
|
||||
return true;
|
||||
}
|
||||
if (p.hasKeyword("Skip the untap step of this turn.")) {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (AllZoneUtil.isCardInPlay("Sands of Time") || AllZoneUtil.isCardInPlay("Stasis")) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user