Add custom operators (Part 1)

This commit is contained in:
Jean-Patrick Guerrero
2021-11-28 23:55:11 +01:00
parent b3f1cf255d
commit 34548d8509
9 changed files with 191 additions and 87 deletions

View File

@ -80,7 +80,7 @@ local function init_bags(player)
local stack = list[i]
if not stack:is_empty() then
c = c + 1
c++
t[i] = stack:to_string()
end
end