[Fixed all]Sparkcaster segfaults, no dmg
Describe the Bug:
gating(), gating(), and Sparkcaster, respectively.
Which update are you using?(date,name)Which type(Duel,Gauntlet,Sealed Deck)
Dev master head, 6287802.
What exactly should be the correct behavior/interaction ?
For A and B, Cavern Harpy, Doomsday Specter, Fleetfoot Panther, Horned Kavu, Lava Zombie, Marsh Crocodile, Sawtooth Loon, and Shivan Wurm.
- Sparkcaster segfaults when its etb trigger resolves.
- Even if it didn't, its prompt would be wrong.
- Even if it didn't, it doesn't deal damage, since it has Shivan Wurm's function.
gating(), gating(), and Sparkcaster, respectively.
Which update are you using?(date,name)Which type(Duel,Gauntlet,Sealed Deck)
Dev master head, 6287802.
What exactly should be the correct behavior/interaction ?
- get_sleighted_color_text() expects a color_t, not a color_test_t.
- get_sleighted_color_text() returns a pointer to static data, so you can't call it twice with different arguments in the same call to sprintf() and expect to get different output. get_sleighted_color_text2() exists for this use case.
- It has a second etb trigger dealing 1 damage to target player or planeswalker.
For A and B, Cavern Harpy, Doomsday Specter, Fleetfoot Panther, Horned Kavu, Lava Zombie, Marsh Crocodile, Sawtooth Loon, and Shivan Wurm.