- Added Savor the Moment.

This commit is contained in:
Sloth
2012-05-02 20:45:53 +00:00
parent 7daa0a5d72
commit e3059d2659
10 changed files with 35 additions and 11 deletions

View File

@@ -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;