Negation cleanup: nonToken, part 3 (#6952)

This commit is contained in:
Renato Filipe Vidal Santos
2025-02-22 17:44:28 +00:00
committed by GitHub
parent 854267d521
commit bb3413c1e5
99 changed files with 102 additions and 102 deletions

View File

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