Commit 3f13d3a9 authored by nekrozar's avatar nekrozar Committed by DailyShana

fix Kumongous, the Sticky String Kaiju (#572)

parent a6c67591
--Kumongous, the Sticky String Kaiju --粘糸壊獣クモグス
function c29726552.initial_effect(c) function c29726552.initial_effect(c)
c:SetUniqueOnField(1,0,20000000,LOCATION_MZONE) c:SetUniqueOnField(1,0,20000000,LOCATION_MZONE)
--special summon rule --special summon rule
...@@ -54,7 +54,7 @@ function c29726552.spcon2(e,c) ...@@ -54,7 +54,7 @@ function c29726552.spcon2(e,c)
and Duel.IsExistingMatchingCard(c29726552.cfilter,tp,0,LOCATION_MZONE,1,nil) and Duel.IsExistingMatchingCard(c29726552.cfilter,tp,0,LOCATION_MZONE,1,nil)
end end
function c29726552.filter(c,tp) function c29726552.filter(c,tp)
return c:GetSummonPlayer()==tp return c:GetSummonPlayer()==tp and c:IsFaceup()
end end
function c29726552.cost(e,tp,eg,ep,ev,re,r,rp,chk) function c29726552.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.IsCanRemoveCounter(tp,1,1,0x37,2,REASON_COST) end if chk==0 then return Duel.IsCanRemoveCounter(tp,1,1,0x37,2,REASON_COST) end
......
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