qinglong commit
parent
265f0f8781
commit
4fd97151a5
|
@ -165,6 +165,9 @@ function this.SetLevel(_level)
|
||||||
end
|
end
|
||||||
|
|
||||||
function this.GetLevel()
|
function this.GetLevel()
|
||||||
|
if this.level > 50 then
|
||||||
|
this.level = 50
|
||||||
|
end
|
||||||
return this.level
|
return this.level
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue