Commit 052b9c6d authored by Tianchenglipu's avatar Tianchenglipu

Update c36953371.lua

parent 75e37c8d
......@@ -18,6 +18,13 @@ function c36953371.initial_effect(c)
e2:SetTarget(c36953371.destg)
e2:SetOperation(c36953371.desop)
c:RegisterEffect(e2)
--treat as choujuubusha
local e3=Effect.CreateEffect(c)
e3:SetType(EFFECT_TYPE_SINGLE)
e3:SetProperty(EFFECT_FLAG_CANNOT_DISABLE+EFFECT_FLAG_UNCOPYABLE)
e3:SetCode(EFFECT_ADD_SET_CODE)
e3:SetValue(0x9a)
c:RegisterEffect(e3)
end
function c36953371.descon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():GetSummonType()==SUMMON_TYPE_SYNCHRO
......
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