Skip to content

Commit 84100bf

Browse files
authored
"Light and Darkness Dragon (Manga)" fix
prevent script errors
1 parent b73e65b commit 84100bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unofficial/c511600370.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function s.initial_effect(c)
3434
local e4=Effect.CreateEffect(c)
3535
e4:SetType(EFFECT_TYPE_SINGLE+EFFECT_TYPE_CONTINUOUS)
3636
e4:SetCode(EVENT_TO_GRAVE)
37-
e4:SetCondition(function s.descon(e) return e:GetHandler():IsReason(REASON_DESTROY) end)
37+
e4:SetCondition(function(e) return e:GetHandler():IsReason(REASON_DESTROY) end)
3838
e4:SetOperation(s.desop)
3939
c:RegisterEffect(e4)
4040
aux.DoubleSnareValidity(c,LOCATION_MZONE)

0 commit comments

Comments
 (0)