mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
add addLeavesPlayCommand to "UntilUnattached"
This commit is contained in:
@@ -760,6 +760,7 @@ public abstract class SpellAbilityEffect {
|
|||||||
} else if ("UntilUntaps".equals(duration)) {
|
} else if ("UntilUntaps".equals(duration)) {
|
||||||
host.addUntapCommand(until);
|
host.addUntapCommand(until);
|
||||||
} else if ("UntilUnattached".equals(duration)) {
|
} else if ("UntilUnattached".equals(duration)) {
|
||||||
|
host.addLeavesPlayCommand(until); //if it leaves play, it's unattached
|
||||||
host.addUnattachCommand(until);
|
host.addUnattachCommand(until);
|
||||||
} else if ("UntilFacedown".equals(duration)) {
|
} else if ("UntilFacedown".equals(duration)) {
|
||||||
host.addFacedownCommand(until);
|
host.addFacedownCommand(until);
|
||||||
|
|||||||
Reference in New Issue
Block a user