Commit 866075d0 authored by TanakaKotoha's avatar TanakaKotoha

wdnmd

parent b6298a93
......@@ -17,7 +17,7 @@ function c112316.initial_effect(c)
e2:SetRange(LOCATION_SZONE)
e2:SetCost(c112316.cost)
e2:SetTarget(c112316.target)
e:SetOperation(c112316.operation)
e2:SetOperation(c112316.operation)
c:RegisterEffect(e2)
end
function c112316.thfilter(c)
......
......@@ -126,5 +126,4 @@ function c21520238.igop(e,tp,eg,ep,ev,re,r,rp)
Duel.Damage(tp,2000,REASON_RULE)
end
end
end
end
......@@ -70,7 +70,7 @@ function c29065502.spop(e,tp,eg,ep,ev,re,r,rp)
local cs=0
if not c:IsRelateToEffect(e) then return end
if not Duel.IsExistingMatchingCard(c29065502.cfilter,tp,LOCATION_MZONE,0,1,nil) or Duel.IsCanRemoveCounter(tp,1,0,0x87ae,6,REASON_EFFECT) or Duel.IsPlayerAffectedByEffect(tp,29065592) then return end
if Duel.IsPlayerAffectedByEffect(tp,29065592) and Duel.SelectYesNo(tp,aux.Stringid(29065592,0) then
if Duel.IsPlayerAffectedByEffect(tp,29065592) and Duel.SelectYesNo(tp,aux.Stringid(29065592,0)) then
cs=1
end
if cs==0 then
......
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