Commit c069f177 authored by Grajade's avatar Grajade

Update c1156011.lua

parent 45fc66d2
Pipeline #2654 passed with stages
in 25 minutes and 37 seconds
......@@ -45,7 +45,7 @@ end
--
function c1156011.cost1(e,tp,eg,ep,ev,re,r,rp,chk)
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)
end
--
......@@ -83,8 +83,7 @@ function c1156011.con2(e,tp,eg,ep,ev,re,r,rp)
return tc and eg:IsContains(tc)
end
function c1156011.op2(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler()
Duel.SpecialSummon(c,0,tp,tp,false,false,POS_FACEUP)
Duel.ReturnToField(e:GetHandler())
end
--
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