Commit 6937d705 authored by wyykak's avatar wyykak

fix 12001

Signed-off-by: wyykak's avatarwyykak <wyy_1414@126.com>
parent 93b35154
Pipeline #14378 passed with stage
in 47 seconds
...@@ -49,7 +49,7 @@ function c12001.initial_effect(c) ...@@ -49,7 +49,7 @@ function c12001.initial_effect(c)
end end
c12001.old_union=true c12001.old_union=true
function c12001.thcon(e,tp,eg,ep,ev,re,r,rp) function c12001.thcon(e,tp,eg,ep,ev,re,r,rp)
return eg:GetCount()==1 and eg:GetFirst()==e:GetHandler():GetEquipTarget() and e:GetHandler():IsStatus(STATUS_UNION) return eg:GetCount()==1 and eg:GetFirst()==e:GetHandler():GetEquipTarget() and e:GetHandler():IsType(TYPE_EQUIP)
end end
function c12001.scfilter(c) function c12001.scfilter(c)
return c:IsSetCard(0x263) and c:IsAbleToHand() return c:IsSetCard(0x263) and c:IsAbleToHand()
......
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