Commit 329ec99b authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c65060059.lua

parent 42c01d3c
......@@ -49,7 +49,7 @@ function c65060059.tgfilter(c,e,tp,chk)
end
function c65060059.cfilter(c,ec)
return c:IsSetCard(0x5daa)
and c:IsType(TYPE_UNION) and c:CheckEquipTarget(ec) and aux.CheckUnionEquip(c,ec) and (c:IsLocation(LOCATION_HAND) or c:IsFaceup())
and c:IsType(TYPE_UNION) and aux.CheckUnionEquip(c,ec) and (c:IsLocation(LOCATION_HAND) or c:IsFaceup())
end
function c65060059.owntg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return c65060059.tgfilter(chkc,e,tp,true) 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