Commit 2c6746a4 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c33201403.lua

parent 59260244
......@@ -170,11 +170,11 @@ function c33201403.destg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return eg:IsExists(c33201403.cfilter,1,nil) end
Duel.SetOperationInfo(0,CATEGORY_DISABLE,eg,eg:GetCount(),0,0)
end
function c33201403.cfilter(c)
function c33201403.cfilter(c,e)
return c:IsSummonLocation(LOCATION_EXTRA)
end
function c33201403.filter(c,e)
return c:IsFaceup() and c:IsType(TYPE_EFFECT) and c33201403.cfilter(c) and c:IsRelateToEffect(e)
function c33201403.filter(c)
return c:IsFaceup() and c:IsType(TYPE_EFFECT) and c33201403.cfilter(c) and c:IsLocation(LOCATION_MZONE)
end
function c33201403.desop(e,tp,eg,ep,ev,re,r,rp)
local g=eg:Filter(c33201403.filter,nil,e)
......
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