Commit 1f565941 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c65810070.lua

parent 3da07162
...@@ -26,7 +26,7 @@ end ...@@ -26,7 +26,7 @@ end
function c65810070.filter(c) function c65810070.filter(c)
return c:IsRace(RACE_INSECT) and c:IsType(TYPE_MONSTER) and Duel.IsPlayerCanRelease(c:GetControler()) return c:IsRace(RACE_INSECT) and c:IsType(TYPE_MONSTER) and Duel.IsPlayerCanRelease(c:GetControler()) and Duel.GetMZoneCount(tp,c,tp)>0
end end
function c65810070.filter1(c,e,tp) function c65810070.filter1(c,e,tp)
return c:IsCode(65810055) return c:IsCode(65810055)
......
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