Commit 9551fa10 authored by gg123gg's avatar gg123gg Committed by GitHub

Update c12048000.lua

parent f93dc6e4
...@@ -10,7 +10,7 @@ end ...@@ -10,7 +10,7 @@ end
function HakaShiro.SPSummoncon(e,c) function HakaShiro.SPSummoncon(e,c)
if c==nil then return true end if c==nil then return true end
local tp=c:GetControler() local tp=c:GetControler()
local cc=Duel.GetFlagEffect(tp,12048004) local cc=Duel.GetFlagEffect(tp,12048004)*2
return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and Duel.IsExistingMatchingCard(Card.IsAbleToDeckAsCost,tp,LOCATION_GRAVE,0,5-cc,c) return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 and Duel.IsExistingMatchingCard(Card.IsAbleToDeckAsCost,tp,LOCATION_GRAVE,0,5-cc,c)
end end
function HakaShiro.SPSummonop(e,tp,eg,ep,ev,re,r,rp,c) function HakaShiro.SPSummonop(e,tp,eg,ep,ev,re,r,rp,c)
...@@ -32,4 +32,4 @@ function HakaShiro.cannoteffectop(e,tp,eg,ep,ev,re,r,rp,g) ...@@ -32,4 +32,4 @@ function HakaShiro.cannoteffectop(e,tp,eg,ep,ev,re,r,rp,g)
tc:RegisterEffect(e1) tc:RegisterEffect(e1)
tc=g:GetNext() tc=g:GetNext()
end end
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