Commit 2227bc29 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c65035175.lua

parent 68bda393
...@@ -21,7 +21,7 @@ function c65035175.initial_effect(c) ...@@ -21,7 +21,7 @@ function c65035175.initial_effect(c)
c:RegisterEffect(e4) c:RegisterEffect(e4)
end end
function c65035175.spfilter(c,tp) function c65035175.spfilter(c,tp)
return c:IsSetCard(0x3dab) and c:IsAbleToGraveAsCost() and Duel.GetMZoneCount(tp)>0 return c:IsSetCard(0x3dab) and c:IsAbleToGraveAsCost() and Duel.GetMZoneCount(tp)>0 and c:IsType(TYPE_MONSTER)
end end
function c65035175.spcon(e,c) function c65035175.spcon(e,c)
if c==nil then return true end if c==nil then return true 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