We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73e65b commit 84100bfCopy full SHA for 84100bf
1 file changed
unofficial/c511600370.lua
@@ -34,7 +34,7 @@ function s.initial_effect(c)
34
local e4=Effect.CreateEffect(c)
35
e4:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS)
36
e4:SetCode(EVENT_TO_GRAVE)
37
- e4:SetCondition(function s.descon(e) return e:GetHandler():IsReason(REASON_DESTROY) end)
+ e4:SetCondition(function(e) return e:GetHandler():IsReason(REASON_DESTROY) end)
38
e4:SetOperation(s.desop)
39
c:RegisterEffect(e4)
40
aux.DoubleSnareValidity(c,LOCATION_MZONE)
0 commit comments