Page 1 of 1

[fixed]Dega Disciple wrong list of effects

PostPosted: 03 Dec 2021, 22:37
by etphonehome
Dega Disciple has a wrong list of effects.

THX

Re: Dega Disciple wrong list of effects

PostPosted: 04 Dec 2021, 13:51
by Aswan jaguar
The wrong list of effects is not such a good implementation for me and confusing but it has bigger issues. ap_disciples() the function Dega Disciple uses has bigger bugs. The three cards currently using it ( two of those disciples Necra Disciple and Raka Disciple have not been implemented there is provision for them in ap_disciples() though) have the issue of not being able to activate one of their functions. The ability with the higher color order can't be activated. So Dega Disciple can't activate the +2/+0 ability.
Above bugs + extra issue for Ceta Disciple that mana ability doesn't resolve:
viewtopic.php?f=86&t=22869&hilit=Disciples
I can't fix it using ap_disciples() function drool66 if you can do it go ahead.

Re: [confirmed]Dega Disciple wrong list of effects

PostPosted: 05 Dec 2021, 04:32
by drool66
Got it. The main issue is that it should say td3.extra = damage_card where it says td.extra = damage_card; so it breaks anything that uses &td ie. the red & blue abilities. There are a couple other bugs in the Apocalypse disciples that I'm ironing out now.
EDIT: fixed in 6e4b5d4