Commit 0ed3a603 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12005000.lua

parent e8e13de5
...@@ -36,7 +36,7 @@ function c12005000.sptg(e,tp,eg,ep,ev,re,r,rp,chk) ...@@ -36,7 +36,7 @@ function c12005000.sptg(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,e:GetHandler(),1,0,0) Duel.SetOperationInfo(0,CATEGORY_SPECIAL_SUMMON,e:GetHandler(),1,0,0)
end end
function c12005000.filter(c) function c12005000.filter(c)
return c:IsSetCard(0xfbc) and c:IsType(TYPE_SPELL+TYPE_CONTINUOUS) return c:IsCode(12010037) and c:IsType(TYPE_SPELL+TYPE_CONTINUOUS)
end end
function c12005000.spop(e,tp,eg,ep,ev,re,r,rp) function c12005000.spop(e,tp,eg,ep,ev,re,r,rp)
local c=e:GetHandler() local c=e:GetHandler()
......
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