Commit 7a0e41a5 authored by POLYMER's avatar POLYMER

fix

parent 1b85de46
function c4875167.initial_effect(c)
local e1=Effect.CreateEffect(c)
e3:SetType(EFFECT_TYPE_IGNITION)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetRange(LOCATION_HAND)
e1:SetHintTiming(0,TIMINGS_CHECK_MONSTER)
e1:SetCountLimit(1,4875167)
......@@ -36,7 +36,7 @@ function c4875167.operation(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.RegisterEffect(e5,tp)
end
function c4875167.efilter(e,ct)
local p=e:GetHandlerPlayer()
local p=e:GetHandlerPlayer()
local te,tp=Duel.GetChainInfo(ct,CHAININFO_TRIGGERING_EFFECT,CHAININFO_TRIGGERING_PLAYER)
local tc=te:GetHandler()
return p==tp and te:IsActiveType(TYPE_MONSTER) and tc:IsLevel(e:GetLabel())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment