Re: 06/02/12 DOTP2012 Starting my custom pack
I gave Nomad Mythmaker another look and noticed 2 things:
1) This can't be the cause of the bug but while you are fixing the card... you should add a filter:NotTargetted() when you choose the creature, because the text says "attached to a creature", not "attached to target creature".
2) Everytime ChooseTargetDC is used in the core files, the filter is repeated inside the PLAY_TIME_ACTION, even if it's already in the TARGET_DETERMINATION. Try to do that: it can't do any harm, and if we are lucky, it could fix the bug.
1) This can't be the cause of the bug but while you are fixing the card... you should add a filter:NotTargetted() when you choose the creature, because the text says "attached to a creature", not "attached to target creature".
2) Everytime ChooseTargetDC is used in the core files, the filter is repeated inside the PLAY_TIME_ACTION, even if it's already in the TARGET_DETERMINATION. Try to do that: it can't do any harm, and if we are lucky, it could fix the bug.