Commit 6722fded authored by 聖園ミカ's avatar 聖園ミカ 🐟

hop

parent fb67b210
......@@ -50,7 +50,7 @@ end
function c60152301.e1tgfilter(c,tp)
local code=c:GetCode()
return c:IsFaceup() and c:IsSetCard(0xcb26) and c:IsType(TYPE_MONSTER)
and Duel.IsExistingTarget(c60152301.e1tgfilter2,tp,LOCATION_DECK+LOCATION_EXTRA,0,1,nil,code)
and Duel.IsExistingMatchingCard(c60152301.e1tgfilter2,tp,LOCATION_DECK+LOCATION_EXTRA,0,1,nil,code)
end
function c60152301.e1tgfilter2(c,code)
return c:IsSetCard(0xcb26) and c:IsType(TYPE_MONSTER) and not c:IsCode(code)
......
......@@ -49,7 +49,7 @@ end
function c60152305.e1tgfilter(c,tp)
local code=c:GetCode()
return c:IsFaceup() and c:IsSetCard(0xcb26) and c:IsType(TYPE_MONSTER)
and Duel.IsExistingTarget(c60152305.e1tgfilter2,tp,LOCATION_HAND+LOCATION_ONFIELD+LOCATION_EXTRA,0,1,nil,code)
and Duel.IsExistingMatchingCard(c60152305.e1tgfilter2,tp,LOCATION_HAND+LOCATION_ONFIELD+LOCATION_EXTRA,0,1,nil,code)
end
function c60152305.e1tgfilter2(c,code)
return not c:IsCode(code) and c:IsAbleToGrave()
......
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