diff --git a/code/game/machinery/slotmachine.dm b/code/game/machinery/slotmachine.dm index dd8060ef827..72f72fc621c 100644 --- a/code/game/machinery/slotmachine.dm +++ b/code/game/machinery/slotmachine.dm @@ -3,7 +3,7 @@ var/datum/announcement/minor/slotmachine_announcement = new(do_log = 0) /obj/machinery/slot_machine name = "slot machine" desc = "Gambling for the antisocial." - icon = 'icons/obj/objects.dmi' + icon = 'icons/goonstation/machines/slots.dmi' icon_state = "slots-off" anchored = 1 density = 1 diff --git a/icons/goonstation/machines/slots.dmi b/icons/goonstation/machines/slots.dmi new file mode 100644 index 00000000000..d63b55693f4 Binary files /dev/null and b/icons/goonstation/machines/slots.dmi differ