Commit 390a0679 authored by 聖園ミカ's avatar 聖園ミカ 🐟

byd

parent 77727016
No preview for this file type
......@@ -39,7 +39,7 @@ function c11601150.atkcon(e,tp,eg,ep,ev,re,r,rp)
if tc:IsControler(1-tp) then
tc=d
end
return tc:IsFaceup() and tc:IsSetCard(0x543) and e:GetHandler():GetType()==TYPE_SPELL+TYPE_CONTINUOUS
return tc and tc:IsFaceup() and tc:IsSetCard(0x543) and e:GetHandler():GetType()==TYPE_SPELL+TYPE_CONTINUOUS
end
function c11601150.costfilter(c)
return c:IsType(TYPE_MONSTER) and c:IsSetCard(0x543) and c:IsAbleToRemoveAsCost() and c:IsAttackAbove(1)
......
......@@ -18,7 +18,7 @@ function cm.initial_effect(c)
e2:SetRange(LOCATION_FZONE)
e2:SetTargetRange(LOCATION_MZONE,0)
e2:SetTarget(cm.atktg)
e2:SetValue(500)
e2:SetValue(2000)
c:RegisterEffect(e2)
--destroy
local e3=Effect.CreateEffect(c)
......
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