Page 1 of 1

Card 'Slith Bloodletter' with incorrect script

PostPosted: 02 Feb 2019, 11:12
by neofenix
I created a topic asking how to report an incorrect script from a card, but there was no reply.
So I created the topic my way.

Incorret
'Slith Bloodletter'
Code: Select all
ability=Whenever SN deals combat damage to a player, put a +1/+1 counter on SN.;\
        {1}{G}: Regenerate SN.
Correct
'Slith Bloodletter'
Code: Select all
ability=Whenever SN deals combat damage to a player, put a +1/+1 counter on SN.;\
        {1}{B}: Regenerate SN.

Re: Card 'Slith Bloodletter' with incorrect script

PostPosted: 03 Feb 2019, 00:57
by melvin
Thanks for the report and suggested fix.

See the bug report topic on the methods to report bugs, viewtopic.php?f=82&t=23129

I've applied your fix to the card in this commit, https://github.com/magarena/magarena/co ... 229060f897

It will be included in the next release.