Page 1 of 1

[fixed]Fabrication Module -all abilities wrong

PostPosted: 18 Oct 2017, 07:34
by drool66
Describe the Bug:
Fabrication Module:
  • Gives {E} {E} {E} on ETB
  • Doesn't trigger when its controller gets {E}
  • Its activated ability costs {E} {E} {E}, and has no effect except to create an effect card attached to itself

Which card did behave improperly?
Fabrication Module

Which update are you using? (date, name)Which type? (duel, gauntlet, sealed deck)
Manalink dev 778ccb5 version - duel

What exactly should be the correct behavior/interaction?
  • No ETB ability
  • Grant a +1/+1 counter each time its controller gets {E}
  • Activated ability costs {4} {T} and grants {E}

Are any other cards possibly affected by this bug?
-

Re: Fabrication Module -all abilities

PostPosted: 18 Oct 2017, 07:53
by Korath
It has Electrostatic Pummeler's function (0x200f458) assigned instead of its own (0x200f45d). Fixed in 7c633fd.

It's fairly easy to check for these when you find a card that does something completely different from what it's supposed to. Grep for it in ct_all.csv, note its assigned function address a bit less than halfway across the line, and grep for that in src/ManalinkEh.asm to find its internal name. It should match the card name, plus or minus typos and functional reprints.