Commit b100cf04 authored by Grajade's avatar Grajade

Update c74561057.lua

parent 7969ceac
...@@ -34,10 +34,10 @@ end ...@@ -34,10 +34,10 @@ end
--disable --disable
function cCardno.disable(e,c) function cCardno.disable(e,c)
local lv=e:GetHandler():GetLevel() local lv=e:GetHandler():GetLevel()
local tlv=0 local tlv=0
if c:IsType(TYPE_XYZ) then if c:IsType(TYPE_XYZ) then
tlv=c:GetRank() tlv=c:GetRank()
else tlv=c:GetLevel() end else tlv=c:GetLevel() end
return lv>0 and tlv>0 and lv % tlv == 0 return lv>0 and tlv>0 and lv % tlv == 0
end end
--lv&atk up --lv&atk up
......
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