Commit dad78b2d authored by wind2009's avatar wind2009 Committed by GitHub

Fix Salamandra Fusion (#2437)

Add AddCodeList
parent 0e30abb7
--Salamandra Fusion
local s,id,o=GetID()
function s.initial_effect(c)
aux.AddCodeList(c,45231177)
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_EQUIP)
e1:SetType(EFFECT_TYPE_ACTIVATE)
......@@ -97,4 +98,4 @@ function s.spop(e,tp,eg,ep,ev,re,r,rp)
tc:SetMaterial(nil)
Duel.SpecialSummon(tc,SUMMON_TYPE_FUSION,tp,tp,false,false,POS_FACEUP)
tc:CompleteProcedure()
end
\ No newline at end of file
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