Commit 76ec9f9a authored by Tachibana's avatar Tachibana

ndyd

parent 18f4f458
......@@ -41,7 +41,7 @@ function c33700916.cost(e,tp,eg,ep,ev,re,r,rp,chk)
Duel.Remove(g,POS_FACEUP,REASON_EFFECT)
end
function c33700916.cfilter(c)
return c:IsAbleToRemoveAsCost() and c:IsType(TYPE_MONSTER)
return c:IsAbleToRemoveAsCost()
end
function c33700916.cttg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return chkc:IsLocation(LOCATION_MZONE) and chkc:IsControler(tp) and chkc:IsFaceup() end
......@@ -88,7 +88,7 @@ function c33700916.adop(e,tp,eg,ep,ev,re,r,rp)
e1:SetType(EFFECT_TYPE_SINGLE)
e1:SetCode(EFFECT_UPDATE_ATTACK)
e1:SetReset(RESET_EVENT+RESETS_STANDARD)
e1:SetValue(300)
e1:SetValue(1000)
tc:RegisterEffect(e1)
local e2=e1:Clone()
e2:SetCode(EFFECT_UPDATE_DEFENSE)
......
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