diff --git a/code/game/machinery/slotmachine.dm b/code/game/machinery/slotmachine.dm index 72f72fc621c..dd8060ef827 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/goonstation/machines/slots.dmi' + icon = 'icons/obj/objects.dmi' icon_state = "slots-off" anchored = 1 density = 1 diff --git a/icons/goonstation/machines/slots.dmi b/icons/goonstation/machines/slots.dmi deleted file mode 100644 index d63b55693f4..00000000000 Binary files a/icons/goonstation/machines/slots.dmi and /dev/null differ