From 700c865d623eabd6eb9e252cded37b14387dc4ed Mon Sep 17 00:00:00 2001 From: ilyadobr Date: Sun, 3 Nov 2024 20:03:16 +0200 Subject: [PATCH] Fix --- code/game/machinery/slot_machine.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/slot_machine.dm b/code/game/machinery/slot_machine.dm index 55c35811837..caa74f492c0 100644 --- a/code/game/machinery/slot_machine.dm +++ b/code/game/machinery/slot_machine.dm @@ -161,7 +161,7 @@ pay_with_card(I, W, user) update_icon() - return TRUE + return FALSE /obj/machinery/slot_machine/proc/pay_with_card(obj/item/card/id/I, obj/item/ID_container, mob/user) if(I == ID_container || ID_container == null)