Skip to content

Commit 39169d8

Browse files
committed
"Lightstorm Dragon" update
1 parent 1a05b2c commit 39169d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

official/c10515412.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function s.setop(e,tp,eg,ep,ev,re,r,rp)
7272
e2:SetCode(EVENT_CHAINING)
7373
e2:SetCountLimit(1)
7474
e2:SetCondition(function(e,tp,eg,ep,ev,re,r,rp) return re:GetHandler()==tc end)
75-
e2:SetOperation(function(e,tp,eg,ep,ev,re,r,rp) e1:Reset() e:Reset() end)
75+
e2:SetOperation(function(e,tp,eg,ep,ev,re,r,rp) if e1 then e1:Reset() end e:Reset() end)
7676
Duel.RegisterEffect(e2,tp)
7777
end
7878
end

0 commit comments

Comments
 (0)