Commit 1cec455b authored by Tachibana's avatar Tachibana

ybb

parent f4672953
Pipeline #9324 passed with stages
in 25 minutes and 5 seconds
......@@ -131,7 +131,7 @@ function c86570086.racop(e,tp,eg,ep,ev,re,r,rp)
c:RegisterEffect(e8)
end
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
function c86570086.aclimit(e,re,tp)
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