math works better when you return your values

This commit is contained in:
2025-05-31 21:33:06 -07:00
parent 4fddbea82c
commit 734811bd62

View File

@ -193,6 +193,7 @@ function ones(n)
while n != 0 do
ret += 1
end
return ret
end
function updategame()