You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally opened Jun 3
When Bait Doll targets Treacherous Trap Hole, cards immune to Spell effects are not destroyed, and cards immune to Trap effects are, which is the reverse of the correct interaction. This is because the "reason effect" applying Duel.Destroy is that of Bait Doll, a Spell. There needs to be a way, perhaps a new function, to declare that the effect applying the operation is that of Bait Doll's target, not Bait Doll itself.
See puzzle 36
The text was updated successfully, but these errors were encountered:
@AlphaKretin Duel.Activate is a function that only works outside chains as it activates that card starting a new chain, with that card being cl1, so it isn't usable on this scenario
Originally opened Jun 3
When Bait Doll targets Treacherous Trap Hole, cards immune to Spell effects are not destroyed, and cards immune to Trap effects are, which is the reverse of the correct interaction. This is because the "reason effect" applying
Duel.Destroy
is that of Bait Doll, a Spell. There needs to be a way, perhaps a new function, to declare that the effect applying the operation is that of Bait Doll's target, not Bait Doll itself.See puzzle 36
The text was updated successfully, but these errors were encountered: