[confirmed]Moonmist

Describe the Bug:
(Sorry, I hate bug reports that just have a cardname in them too, but there isn't any part of this card that's right.)
Moonmist currently:
Moonmist.
Which update are you using?(date,name)Which type(Duel,Gauntlet,Sealed Deck)
Post-BFZ dev.
What exactly should be the correct behavior/interaction ?
Are any other cards possibly affected by this bug ?
Geier Reach Bandit // Vildin-Pack Alpha is in shadows_over_innistrad.c and I see it just looks for subtype Werewolf, so it'll have all the same problems that the transformation part of Moonmist does. I already knew to skip porting EMN's Waxing Moon from Shandalar.
Copies of dfcs and token copies of dfcs can incorrectly transform themselves, too, using the abilities they're copying.
(Sorry, I hate bug reports that just have a cardname in them too, but there isn't any part of this card that's right.)
Moonmist currently:
- Transforms all Human Werewolves. Even the non-dfc ones.
- Prevents combat damage that would be dealt this turn by permanents that, at the time it's cast, are creatures, are on the battlefield, and aren't Wolves or Werewolves.
Moonmist.
Which update are you using?(date,name)Which type(Duel,Gauntlet,Sealed Deck)
Post-BFZ dev.
What exactly should be the correct behavior/interaction ?
- Transform all Humans that are represented by double-faced cards. Not any of:
- tokens (like from Dance of Many)
- copies (like from Clone), unless they're are also represented by dfcs (like a Ravenous Demon // Archdemon of Greed card that was changed into a Benalish Hero by a Mirrorweave)
- dfcs whose other sides are instants or sorceries (like the back of a Startled Awake // Persistent Nightmare card that was also changed into a Benalish Hero by a Mirrorweave)
- especially, random non-dfc cards that happen to be humans and werewolves (like either side of a Budoka Gardener // Dokai, Weaver of Life cast after a Xenograft choosing "Werewolf" - though note that Xenograft is, unrelatedly, broken so it only adds subtypes to creatures that enter the battlefield after it does). (Now that I think of it, one of the gains-all-creature-types spells like Wings of Velis Vel would make for an easier test. Most manlands should be susceptible, for example.)
Rule 701.25d: "If a spell or ability instructs a player to transform a permanent, and the face that permanent would transform into is represented by an instant or sorcery card face, nothing happens." - Not care at all whether the cards it's transforming are Werewolves. List of transformable non-werewolf humans (not including EMN ones yet, but there's still lots).
- Prevent combat damage dealt any time this turn by a creature that's neither a Wolf or a Werewolf at the time the damage is dealt.
Are any other cards possibly affected by this bug ?
Geier Reach Bandit // Vildin-Pack Alpha is in shadows_over_innistrad.c and I see it just looks for subtype Werewolf, so it'll have all the same problems that the transformation part of Moonmist does. I already knew to skip porting EMN's Waxing Moon from Shandalar.
Copies of dfcs and token copies of dfcs can incorrectly transform themselves, too, using the abilities they're copying.