Commit 48d5abf6 authored by REIKAI's avatar REIKAI 💬

bug fix

parent 8dc18dfd
Pipeline #20645 passed with stages
in 26 minutes
......@@ -34,7 +34,7 @@ function cm.initial_effect(c)
c:RegisterEffect(e4)
--fusion
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_FUSION_SUMMON+CATEGORY_DECKDES)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON+CATEGORY_FUSION_SUMMON)
e1:SetType(EFFECT_TYPE_IGNITION)
e1:SetCode(EVENT_FREE_CHAIN)
e1:SetRange(LOCATION_SZONE)
......
......@@ -104,7 +104,7 @@ function cm.operation1(e,tp)
if ft<=0 then return end
Duel.Hint(HINT_MESSAGE,tp,HINTMSG_TOFIELD)
local sg=c:GetOverlayGroup()
local tfg=g:FilterSelect(tp,cm.tffilter,1,ft,nil)
local tfg=sg:FilterSelect(tp,cm.tffilter,1,ft,nil)
for tc in aux.Next(tfg) do
Duel.MoveToField(tc,tp,tp,LOCATION_SZONE,POS_FACEUP,true)
end
......
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