- Fixed Ride Down not giving trample.

This commit is contained in:
Agetian
2016-07-24 12:53:17 +00:00
parent 688ee63003
commit 0be24f22c1

View File

@@ -2,7 +2,7 @@ Name:Ride Down
ManaCost:R W ManaCost:R W
Types:Instant Types:Instant
A:SP$ Destroy | Cost$ R W | ValidTgts$ Creature.blocking | TgtPrompt$ Select target blocking creature | RememberLKI$ True | SubAbility$ DBPump | SpellDescription$ Destroy target blocking creature. Creatures that were blocked by that creature this combat gain trample until end of turn. A:SP$ Destroy | Cost$ R W | ValidTgts$ Creature.blocking | TgtPrompt$ Select target blocking creature | RememberLKI$ True | SubAbility$ DBPump | SpellDescription$ Destroy target blocking creature. Creatures that were blocked by that creature this combat gain trample until end of turn.
SVar:DBPump:DB$ PumpAll | ValidCards$ Creature.isBlockedByRemembered | KW$ Trample | SubAbility$ DBCleanup SVar:DBPump:DB$ PumpAll | ValidCards$ Creature.blockedByRemembered | KW$ Trample | SubAbility$ DBCleanup
SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True
SVar:Picture:http://www.wizards.com/global/images/magic/general/ride_down.jpg SVar:Picture:http://www.wizards.com/global/images/magic/general/ride_down.jpg
Oracle:Destroy target blocking creature. Creatures that were blocked by that creature this combat gain trample until end of turn. Oracle:Destroy target blocking creature. Creatures that were blocked by that creature this combat gain trample until end of turn.