Commit 53c6690f authored by Tachibana's avatar Tachibana

tnndx

parent a5530a65
......@@ -50,6 +50,7 @@ function c12301600.initial_effect(c)
e7:SetRange(LOCATION_ONFIELD)
e7:SetCondition(c12301600.cdcd)
e7:SetOperation(c12301600.cdop)
e7:SetCountLimit(1)
c:RegisterEffect(e7)
end
......
......@@ -20,7 +20,6 @@ function cm.counterfilter(c)
end
function cm.cost(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return Duel.GetCustomActivityCount(m,tp,ACTIVITY_SPSUMMON)==0 end
Duel.PayLPCost(tp,math.floor(Duel.GetLP(tp)/2))
local e1=Effect.CreateEffect(e:GetHandler())
e1:SetType(EFFECT_TYPE_FIELD)
e1:SetCode(EFFECT_CANNOT_SPECIAL_SUMMON)
......
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