mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
Negation cleanup: nonToken, part 3 (#6952)
This commit is contained in:
committed by
GitHub
parent
854267d521
commit
bb3413c1e5
@@ -3,5 +3,5 @@ ManaCost:3 U U
|
||||
Types:Instant
|
||||
A:SP$ Charm | Choices$ DBBounceAllTokens,DBBounceAllNonTokens
|
||||
SVar:DBBounceAllTokens:DB$ ChangeZoneAll | ChangeType$ Creature.token | Origin$ Battlefield | Destination$ Hand | SpellDescription$ Return all creature tokens to their owners' hands.
|
||||
SVar:DBBounceAllNonTokens:DB$ ChangeZoneAll | ChangeType$ Creature.nonToken | Origin$ Battlefield | Destination$ Hand | SpellDescription$ Return all nontoken creatures to their owners' hands.
|
||||
SVar:DBBounceAllNonTokens:DB$ ChangeZoneAll | ChangeType$ Creature.!token | Origin$ Battlefield | Destination$ Hand | SpellDescription$ Return all nontoken creatures to their owners' hands.
|
||||
Oracle:Choose one —\n• Return all creature tokens to their owners' hands.\n• Return all nontoken creatures to their owners' hands.
|
||||
|
||||
Reference in New Issue
Block a user