Commit b100cf04 authored by Grajade's avatar Grajade

Update c74561057.lua

parent 7969ceac
Pipeline #8945 passed with stage
in 34 seconds
......@@ -34,10 +34,10 @@ end
--disable
function cCardno.disable(e,c)
local lv=e:GetHandler():GetLevel()
local tlv=0
if c:IsType(TYPE_XYZ) then
tlv=c:GetRank()
else tlv=c:GetLevel() end
local tlv=0
if c:IsType(TYPE_XYZ) then
tlv=c:GetRank()
else tlv=c:GetLevel() end
return lv>0 and tlv>0 and lv % tlv == 0
end
--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