Skip to content

Commit e316b29

Browse files
authored
Update c33103459.lua
Fix script error
1 parent ed8c8cf commit e316b29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

official/c33103459.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function s.initial_effect(c)
1010
e1:SetType(EFFECT_TYPE_IGNITION)
1111
e1:SetRange(LOCATION_MZONE)
1212
e1:SetCountLimit(1)
13-
e1:SetCondition(function(e) return e:GeHandler():HasFlagEffect(id) end)
13+
e1:SetCondition(function(e) return e:GetHandler():HasFlagEffect(id) end)
1414
e1:SetTarget(s.thtg)
1515
e1:SetOperation(s.thop)
1616
c:RegisterEffect(e1)
@@ -92,4 +92,4 @@ end
9292
function s.lpop(e,tp,eg,ep,ev,re,r,rp)
9393
local p,d=Duel.GetChainInfo(0,CHAININFO_TARGET_PLAYER,CHAININFO_TARGET_PARAM)
9494
Duel.Recover(p,d,REASON_EFFECT)
95-
end
95+
end

0 commit comments

Comments
 (0)