From 4aee1a174c330ac58a7f20788728d15db9a06923 Mon Sep 17 00:00:00 2001 From: minecartchris Date: Mon, 2 Feb 2026 15:54:41 -0600 Subject: [PATCH] Update prog2/slotV2.lua --- prog2/slotV2.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/prog2/slotV2.lua b/prog2/slotV2.lua index 3b88e29..6ae0209 100644 --- a/prog2/slotV2.lua +++ b/prog2/slotV2.lua @@ -139,6 +139,7 @@ local function run() local bet_input = tonumber(input("Bet: ")) if money < bet_input then print("please get more money or bet less as you can't bet more then you have") + return end local final = draw() local current = {nil, nil, nil}