Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
i1yadobr committed Nov 3, 2024
1 parent b9b799a commit 700c865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/slot_machine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 700c865

Please sign in to comment.