Commit 1a44d3cf authored by Amiya's avatar Amiya

修复

parent 2a74bc5b
......@@ -36,7 +36,7 @@ function s.initial_effect(c)
end
function s.ibcon(e,tp,eg,ep,ev,re,r,rp)
local ec=e:GetHandler():GetEquipTarget()
return ec:IsType(TYPE_XYZ)
return ec:IsType(TYPE_XYZ) and not ec:IsDisabled()
end
function s.xyzcon(e,tp,eg,ep,ev,re,r,rp)
return e:GetHandler():GetBattledGroupCount()>0
......
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