Re: Community Wad
Glad you were able to fix the issues.Xander9009 wrote:I was never able to reproduce the issue of planeswalkers being wiped by Pernicious Deed. However, the rest is fixed.
The Chain Veil was because I'd accidentally listed the new constant needed for The Immortal Sun under DuelDataChest registers (within the D14_PLW.LOL file) and gave it the next number there. It's actually a PlayerDC constant, and was overwriting the constant used by The Chain Veil. Moved the constant to PlayerDC registers and numbered it accordingly, and now The Chein Veil is back to working just fine.
I'm certain the Emblems were working at one point with the CW's filters, but why they stopped, I'm not sure. However, they're now specifically removed, so they should all work fine again (and I've tested with Pernicious Deed).
Aura Thief is working on my end. It's important to note that it will not work quite properly under a specific condition: if the enchantment has a continuous effect which sets its controller to a given player, that player will retain control of that enchantment. For instance, if you swap control of an enchantment with Favor of the Gods then kill Aura Thief to see if it comes back, it will fail. Any enchantments controlled by their owner (or more specifically, those that have no continuous action altering who controls them) will switch controllers. I'm not sure how to deal with this bug except to make all controller-changing effects, even those that are permanent as in the case of Aura Thief, continuous actions and never using the SetBaseController() function.
I don't remember the conditions with Pernicious Deed, so I'll watch for those in the future.
I should mention that Aura Thief didn't work with Enchanted Evening in play because there were no "natural" enchantments in play when it died. I also sacrificed Aura Thief in an attempt to clean up the board so it didn't "die" through combat, but looking at Aura Thief's code, I don't think sacrificing versus other forms of death matters. So maybe it's just the Aura Thief + Enchanted Evening combo?