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

Replace c65060060.lua

parent 329ec99b
...@@ -53,7 +53,7 @@ function c65060060.tgfilter(c,e,tp,chk) ...@@ -53,7 +53,7 @@ function c65060060.tgfilter(c,e,tp,chk)
end end
function c65060060.cfilter(c,ec) function c65060060.cfilter(c,ec)
return c:IsSetCard(0x5daa) return c:IsSetCard(0x5daa)
and c:IsType(TYPE_UNION) and c:CheckEquipTarget(ec) and aux.CheckUnionEquip(c,ec) and (c:IsLocation(LOCATION_DECK) or c:IsFaceup()) and c:IsType(TYPE_UNION) and aux.CheckUnionEquip(c,ec) and (c:IsLocation(LOCATION_DECK) or c:IsFaceup())
end end
function c65060060.owntg(e,tp,eg,ep,ev,re,r,rp,chk) function c65060060.owntg(e,tp,eg,ep,ev,re,r,rp,chk)
if chk==0 then return e:GetHandler():IsDestructable(e) end if chk==0 then return e:GetHandler():IsDestructable(e) end
......
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