Commit 1cec455b authored by Tachibana's avatar Tachibana

ybb

parent f4672953
...@@ -131,7 +131,7 @@ function c86570086.racop(e,tp,eg,ep,ev,re,r,rp) ...@@ -131,7 +131,7 @@ function c86570086.racop(e,tp,eg,ep,ev,re,r,rp)
c:RegisterEffect(e8) c:RegisterEffect(e8)
end end
function c86570086.disable(e,c) function c86570086.disable(e,c)
return c:IsType(TYPE_EFFECT) or c:GetOriginalType()&TYPE_EFFECT~=0 and c:IsRace(e:GetLabel()) return (c:IsType(TYPE_EFFECT) or c:GetOriginalType()&TYPE_EFFECT~=0) and c:IsRace(e:GetLabel())
end end
function c86570086.aclimit(e,re,tp) function c86570086.aclimit(e,re,tp)
local c=re:GetHandler() local c=re:GetHandler()
......
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