diff --git a/code/game/machinery/slotmachine.dm b/code/game/machinery/slotmachine.dm index 940c3132422..8a252a39b8a 100644 --- a/code/game/machinery/slotmachine.dm +++ b/code/game/machinery/slotmachine.dm @@ -100,7 +100,7 @@ spark_system.start() playsound(src.loc, "sparks", 50, 1) - else + else if(!balance) //to prevent coins from magically disappearing ..() /obj/machinery/computer/slot_machine/attack_hand(mob/living/user)