Commit 919177ed authored by TanakaKotoha's avatar TanakaKotoha

merge

parents e8634f5e 5a43ca2c
...@@ -34,13 +34,21 @@ function cm.initial_effect(c) ...@@ -34,13 +34,21 @@ function cm.initial_effect(c)
e1:SetType(EFFECT_TYPE_IGNITION) e1:SetType(EFFECT_TYPE_IGNITION)
--e1:SetCode(EVENT_FREE_CHAIN) --e1:SetCode(EVENT_FREE_CHAIN)
--e1:SetHintTiming(0,TIMINGS_CHECK_MONSTER) --e1:SetHintTiming(0,TIMINGS_CHECK_MONSTER)
<<<<<<< HEAD
=======
e1:SetRange(LOCATION_SZONE)
>>>>>>> 5a43ca2cc6bdcc10fc8c54e5e9ffbbeaafb5a6f1
e1:SetCountLimit(1) e1:SetCountLimit(1)
e1:SetTarget(function(e,tp,eg,ep,ev,re,r,rp,chk) e1:SetTarget(function(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return true end if chk==0 then return true end
Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_CARDTYPE) Duel.Hint(HINT_SELECTMSG,tp,HINTMSG_CARDTYPE)
Duel.SetTargetParam(Duel.SelectOption(tp,1056,1063,1073,1076)) Duel.SetTargetParam(Duel.SelectOption(tp,1056,1063,1073,1076))
end) end)
<<<<<<< HEAD
e1:SetOperation(function cm.operation(e,tp,eg,ep,ev,re,r,rp) e1:SetOperation(function cm.operation(e,tp,eg,ep,ev,re,r,rp)
=======
e1:SetOperation(function(e,tp,eg,ep,ev,re,r,rp)
>>>>>>> 5a43ca2cc6bdcc10fc8c54e5e9ffbbeaafb5a6f1
local c=e:GetHandler() local c=e:GetHandler()
local opt=Duel.GetChainInfo(0,CHAININFO_TARGET_PARAM) local opt=Duel.GetChainInfo(0,CHAININFO_TARGET_PARAM)
local ct=nil local ct=nil
...@@ -148,4 +156,8 @@ function cm.sumlimit(e,c,sump,sumtype,sumpos,targetp) ...@@ -148,4 +156,8 @@ function cm.sumlimit(e,c,sump,sumtype,sumpos,targetp)
end end
function cm.distg(e,c) function cm.distg(e,c)
return c:IsType(e:GetLabel()) return c:IsType(e:GetLabel())
<<<<<<< HEAD
end
=======
end end
>>>>>>> 5a43ca2cc6bdcc10fc8c54e5e9ffbbeaafb5a6f1
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