Commit a99e1802 authored by 聖園ミカ's avatar 聖園ミカ 🐟

Replace c65060053.lua

parent 61c0f95b
......@@ -44,7 +44,7 @@ function c65060053.tgfilter(c,e,tp,chk)
end
function c65060053.cfilter(c,ec)
return c:IsSetCard(0x5daa)
and c:IsType(TYPE_UNION) and c:CheckEquipTarget(ec) and aux.CheckUnionEquip(c,ec)
and c:IsType(TYPE_UNION) and aux.CheckUnionEquip(c,ec)
end
function c65060053.owntg(e,tp,eg,ep,ev,re,r,rp,chk,chkc)
if chkc then return c65060053.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