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

Fix Salamandra Fusion (#2437)

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