forked from External/mage
Fixed Single Combat that it does not prevent cast on next turn;
This commit is contained in:
parent
d1e2fc860d
commit
081ac7ca3c
15 changed files with 94 additions and 127 deletions
|
|
@ -1,7 +1,6 @@
|
|||
package mage.constants;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author North
|
||||
*/
|
||||
public enum Duration {
|
||||
|
|
@ -12,6 +11,7 @@ public enum Duration {
|
|||
WhileInGraveyard("", false),
|
||||
EndOfTurn("until end of turn", true),
|
||||
UntilYourNextTurn("until your next turn", true),
|
||||
UntilEndOfYourNextTurn("until the end of your next turn", true),
|
||||
UntilSourceLeavesBattlefield("until {source} leaves the battlefield", true), // supported for continuous layered effects
|
||||
EndOfCombat("until end of combat", true),
|
||||
EndOfStep("until end of phase step", true),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue