Commit 7fbbc677 authored by TanakaKotoha's avatar TanakaKotoha

iidx gooooooooooooooooooold

parent 6c0f15e7
...@@ -27,8 +27,7 @@ function c60159937.initial_effect(c) ...@@ -27,8 +27,7 @@ function c60159937.initial_effect(c)
c:RegisterEffect(e2) c:RegisterEffect(e2)
end end
function c60159937.filter(c,e,tp) function c60159937.filter(c,e,tp)
return not (c:IsType(TYPE_XYZ) or c:IsType(TYPE_LINK)) return not (c:IsType(TYPE_XYZ) or c:IsType(TYPE_LINK)) and c:IsType(TYPE_MONSTER) and Duel.IsPlayerCanSpecialSummonMonster(tp,60159938,0,0x4011,c:GetAttack(),c:GetDefense(),c:GetLevel(),RACE_FIEND,ATTRIBUTE_DARK)
and Duel.IsPlayerCanSpecialSummonMonster(tp,60159938,0,0x4011,c:GetAttack(),c:GetDefense(),c:GetLevel(),RACE_FIEND,ATTRIBUTE_DARK)
end end
function c60159937.e1tg(e,tp,eg,ep,ev,re,r,rp,chk,chkc) function c60159937.e1tg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0 if chk==0 then return Duel.GetLocationCount(tp,LOCATION_MZONE)>0
......
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