Commit f98365ee authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c65810105.lua

parent 1f565941
......@@ -43,12 +43,11 @@ end
function c65810105.filter(c)
return c:IsRace(RACE_INSECT)
return c:IsRace(RACE_INSECT) and Duel.GetMZoneCount(tp,c,tp)>0
end
function c65810105.spcon(e,c)
if c==nil then return true end
return Duel.GetLocationCount(c:GetControler(),LOCATION_MZONE)>0
and Duel.IsExistingMatchingCard(c65810105.filter,c:GetControler(),LOCATION_HAND+LOCATION_MZONE+LOCATION_GRAVE,0,1,nil)
return Duel.IsExistingMatchingCard(c65810105.filter,c:GetControler(),LOCATION_HAND+LOCATION_MZONE+LOCATION_GRAVE,0,1,nil)
end
function c65810105.sptg(e,tp,eg,ep,ev,re,r,rp,chk,c)
local g=Duel.GetMatchingGroup(c65810105.filter,tp,LOCATION_HAND+LOCATION_MZONE+LOCATION_GRAVE,0,nil,tp,tp)
......
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