This commit is contained in:
Noah 2024-03-12 13:42:39 -05:00
parent e2cc9fc572
commit 399c2aee1a

View File

@ -1,7 +1,7 @@
cope = {} cope = {}
cope.level = "High" cope.level = "High"
function cope.get_level() function cope.get_level()
reutnr cope.level return cope.level
end end
return cope return cope