Commit 45c7bad0 authored by 2924713558's avatar 2924713558 Committed by GitHub

Update c1156015.lua

parent 8030a2ec
......@@ -150,7 +150,7 @@ function c1156015.value3(e,c)
end
--
function c1156015.tfilter4_1(c,e)
return c:GetEquipTarget(e:GetHandler()) and c:IsAbleToGrave()
return c:GetEquipTarget()==e:GetHandler() and c:IsAbleToGrave()
end
function c1156015.tfilter4_2(c)
return c:IsType(TYPE_EQUIP) and c:IsType(TYPE_SPELL) and c:IsAbleToRemove()
......
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