Commit 91b616fb authored by wind2009's avatar wind2009 Committed by GitHub

Fix Comic Hand (#2117)

parent c35bc9e2
...@@ -70,7 +70,9 @@ function c33453260.activate(e,tp,eg,ep,ev,re,r,rp) ...@@ -70,7 +70,9 @@ function c33453260.activate(e,tp,eg,ep,ev,re,r,rp)
end end
end end
function c33453260.eqlimit(e,c) function c33453260.eqlimit(e,c)
return e:GetHandlerPlayer()~=c:GetControler() or e:GetHandler():GetEquipTarget()==c local tp=e:GetHandlerPlayer()
return c33453260.condition(e,tp) and tp~=c:GetControler()
or e:GetHandler():GetEquipTarget()==c
end end
function c33453260.cval(e,c) function c33453260.cval(e,c)
return e:GetHandlerPlayer() return e:GetHandlerPlayer()
......
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