Re: Bug Reports (snapshot builds)
It doesn't? You sure there isn't an effect 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
It doesn't? You sure there isn't an effect in play?
Agreed. Does anyone know where to look for it in the code?friarsol wrote:I think it's a feature run amok. I don't know who developed it, but I guess they assumed that the first time you order something you would want it that order for the rest of the game. Which a) isn't necessarily true, b) doesn't have a UI element to ASK if you want to remember it, and c) doesn't have a UI element to clear it out (such as auto-accept trigger stuff). It probably should be disabled until b and c are created for it.
Fixed (r31570).Shukal wrote:r31566
When a spell is cast with Kaho, Minamo Historian 's activated ability, the other 2 remembered spells stop being remembered.
Ah, interesting, thanks for the hint!Hanmac wrote:@Agetian I wanted to fix that too but you where faster.
I think Kaho does not need this ForgetRemembered because it's own Forget Trigger will remove it in Remembered when the card does leave the exile.
if (!zoneTo.is(ZoneType.Exile)) {
c.setExiledWith(null);
}

If you are intentionally doing it, please stop clipping your images, it makes it hard to figure out whats going on with the rest of your battlefield. Probably whats happening is that it's asking you (incorrectly) who the creature should be attacking, even though it should automatically be attacking the same Opponent Kaalia is attacking.fmartel wrote:With Forge V1.5.55 -r31573 I have this problem :
Commander Kaalia of the Vast is attacking, I "declare" that I want to put OTBF Alabaster Dragon, the game stops there with no possibility of Ok or Cancel.