Commit b4089b7e authored by 想象力很好的毛虫's avatar 想象力很好的毛虫 Committed by GitHub

Fix c14457896.lua (#2604)

parent a61b77c4
...@@ -88,7 +88,7 @@ function c14457896.atlimit(e,c) ...@@ -88,7 +88,7 @@ function c14457896.atlimit(e,c)
return c:IsRace(RACE_INSECT) and c:IsFaceup() return c:IsRace(RACE_INSECT) and c:IsFaceup()
end end
function c14457896.disfilter(c,re) function c14457896.disfilter(c,re)
return c:IsFaceup() and c:IsRace(RACE_INSECT) and c:IsRelateToEffect(re) return c:IsType(TYPE_MONSTER) and c:IsFaceup() and c:IsRace(RACE_INSECT) and c:IsRelateToEffect(re)
end end
function c14457896.discon(e,tp,eg,ep,ev,re,r,rp) function c14457896.discon(e,tp,eg,ep,ev,re,r,rp)
local tc=e:GetLabelObject() local tc=e:GetLabelObject()
......
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