Update prog2/slotV2.lua

This commit is contained in:
minecartchris
2026-02-02 15:54:41 -06:00
parent b9db35ec9c
commit 4aee1a174c
+1
View File
@@ -139,6 +139,7 @@ local function run()
local bet_input = tonumber(input("Bet: ")) local bet_input = tonumber(input("Bet: "))
if money < bet_input then if money < bet_input then
print("please get more money or bet less as you can't bet more then you have") print("please get more money or bet less as you can't bet more then you have")
return
end end
local final = draw() local final = draw()
local current = {nil, nil, nil} local current = {nil, nil, nil}