Add cope.level variable, change cope.level() -> cope.get_level()
This commit is contained in:
parent
1368a4a2cf
commit
b34731986a
6
cope.lua
6
cope.lua
@ -1,7 +1,7 @@
|
|||||||
cope = {}
|
cope = {}
|
||||||
|
cope.level = "High"
|
||||||
function cope.level()
|
function cope.get_level()
|
||||||
print('Coping level = High')
|
reutnr cope.level
|
||||||
end
|
end
|
||||||
|
|
||||||
return cope
|
return cope
|
||||||
|
Loading…
x
Reference in New Issue
Block a user