Re: Bug Reports (snapshot builds)
blooming marsh is not tapped i dont have any other land in play
High Quality Resources for Collectible Card Games and Home of the CCGHQ Team
https://www.slightlymagic.net/forum/
https://www.slightlymagic.net/forum/viewtopic.php?f=52&t=6333
Isn't that how it should? It's only tapped when you control three or more. (Incl this land)cdc wrote:blooming marsh is not tapped i dont have any other land in play
Defined$ Valid Creature.YouCtrlFixed (r32742). Thanks!rikimbo wrote:In r32741, the triggered ability for Kalonian Hydra is not working properly. When it resolves, it finds no valid cards to place counters on (SpellAbilityEffect.getTargetCards() returns no cards).
I only have a cursory understanding of card scripting, but I think the fix might be to change the "Defined" SVar in the Kalonian Hydra script to the following: (originally the "Valid" keyword was missing)I ran a simple test attacking with a Kalonian Hydra and a Fertilid a few times and it seems to work properly after that change.
- Code: Select all
Defined$ Valid Creature.YouCtrl
Just tried it and the exploit resolved correctly :/ Which exploit creature was it?stormcat wrote::r32741
When an opponent control Kalitas, Traitor of Ghet, I exploit a creature,
sacrifice is resolved, but effect of exploit is not resolved.
Did you sac Sidisi to its own exploit ability or something? (I don't see any other creature in the graveyard). If so, should it even trigger? I mean, it's worded as "When Sidisi, Undead Vizier exploits a creature, you may...", but if you sac it to its own ability, that said Sidisi, Undead Vizier won't be on the battlefield anymore at the time the second part of that ability text should come into effect and thus trigger. I'm not sure you should be allowed to search the library at that point, but I think we may need a consultation of a rules expert on this one. :/
I believe it was Matsu-Tribe Sniper, but I'm not sure...Agetian wrote:Hmm, what was the creature it triggered on? I just tried this (Wrath of God'ed a bunch of crap on both sides of the battlefield, then ultimated Liliana Vess while Ronin Warclub was on the opponent's side of the battlefield). All creatures ETBed on my side of the battlefield, but opponent's Ronin Warclub did not trigger.Marek14 wrote:Opponent's Ronin Warclub triggered on a creature I pulled out from his graveyard with the ultimate of Liliana Vess.
- Agetian
I tried it one more time with this particular card in the mix, but once again, I got no trigger... :/ Please make a screenshot if it happens to you again, I'll be sure to take a look, I'm curious why this is happeningMarek14 wrote:I believe it was Matsu-Tribe Sniper, but I'm not sure...Agetian wrote:Hmm, what was the creature it triggered on? I just tried this (Wrath of God'ed a bunch of crap on both sides of the battlefield, then ultimated Liliana Vess while Ronin Warclub was on the opponent's side of the battlefield). All creatures ETBed on my side of the battlefield, but opponent's Ronin Warclub did not trigger.Marek14 wrote:Opponent's Ronin Warclub triggered on a creature I pulled out from his graveyard with the ultimate of Liliana Vess.
- Agetian
You definitely can sacrifice a creature to its own exploit ability to get the exploit effect.Agetian wrote:I'm not sure you should be allowed to search the library at that point, but I think we may need a consultation of a rules expert on this one. :/
- Agetian
I think I fixed this one in r32745.GallantCrow wrote:- Sometimes Wild Evocation does not work properly, for instance, the AI player revealed Chandra's Ignition and had legal targets for it, but for some reason didn't cast it. - [this is actually always the case when tested against Chandra's Ignition].