math works better when you return your values

This commit is contained in:
Kistaro Windrider 2025-05-31 21:33:06 -07:00
parent 4fddbea82c
commit 734811bd62
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

View File

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