Commit c069f177 authored by Grajade's avatar Grajade

Update c1156011.lua

parent 45fc66d2
...@@ -45,7 +45,7 @@ end ...@@ -45,7 +45,7 @@ end
-- --
function c1156011.cost1(e,tp,eg,ep,ev,re,r,rp,chk) function c1156011.cost1(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsAbleToRemoveAsCost() end if chk==0 then return e:GetHandler():IsAbleToRemoveAsCost() end
Duel.Remove(e:GetHandler(),POS_FACEUP,REASON_COST) Duel.Remove(e:GetHandler(),POS_FACEUP,REASON_COST+REASON_TEMPORARY)
e:GetHandler():RegisterFlagEffect(1156011,0x1fe1000+RESET_CHAIN,0,1) e:GetHandler():RegisterFlagEffect(1156011,0x1fe1000+RESET_CHAIN,0,1)
end end
-- --
...@@ -83,8 +83,7 @@ function c1156011.con2(e,tp,eg,ep,ev,re,r,rp) ...@@ -83,8 +83,7 @@ function c1156011.con2(e,tp,eg,ep,ev,re,r,rp)
return tc and eg:IsContains(tc) return tc and eg:IsContains(tc)
end end
function c1156011.op2(e,tp,eg,ep,ev,re,r,rp) function c1156011.op2(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() Duel.ReturnToField(e:GetHandler())
Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)
end end
-- --
function c1156011.tfilter3(c) function c1156011.tfilter3(c)
......
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