diff --git a/code/game/machinery/autolathe.dm b/code/game/machinery/autolathe.dm index 5f8412ff25a38..d83831f2c634b 100644 --- a/code/game/machinery/autolathe.dm +++ b/code/game/machinery/autolathe.dm @@ -5,6 +5,7 @@ /obj/machinery/autolathe name = "autolathe" desc = "It produces items using metal and glass and maybe other materials, can take design disks." + icon = 'icons/obj/machines/autolathe.dmi' icon_state = "autolathe" density = TRUE use_power = IDLE_POWER_USE diff --git a/icons/obj/machines/autolathe.dmi b/icons/obj/machines/autolathe.dmi new file mode 100644 index 0000000000000..e95269fcbcd19 Binary files /dev/null and b/icons/obj/machines/autolathe.dmi differ diff --git a/icons/obj/machines/research.dmi b/icons/obj/machines/research.dmi index 58fad8fae3356..cac198fed2568 100644 Binary files a/icons/obj/machines/research.dmi and b/icons/obj/machines/research.dmi differ diff --git a/icons/obj/radio.dmi b/icons/obj/radio.dmi index 5ccb6bb1d792a..8b6fc77c77267 100644 Binary files a/icons/obj/radio.dmi and b/icons/obj/radio.dmi differ diff --git a/icons/obj/stationobjs.dmi b/icons/obj/stationobjs.dmi index f208dbbe15471..e88a183d2c40e 100644 Binary files a/icons/obj/stationobjs.dmi and b/icons/obj/stationobjs.dmi differ