From 62c932207cd030c9a130c426e978325935ef7516 Mon Sep 17 00:00:00 2001 From: AnturK Date: Tue, 24 Apr 2018 23:02:57 +0200 Subject: [PATCH] Fixes autosurgeon icon (#37402) * Fixes autosurgeon icon * Duh --- code/modules/surgery/organs/autosurgeon.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/surgery/organs/autosurgeon.dm b/code/modules/surgery/organs/autosurgeon.dm index a83b94552a3..787a5994283 100644 --- a/code/modules/surgery/organs/autosurgeon.dm +++ b/code/modules/surgery/organs/autosurgeon.dm @@ -3,6 +3,7 @@ /obj/item/autosurgeon name = "autosurgeon" desc = "A device that automatically inserts an implant or organ into the user without the hassle of extensive surgery. It has a slot to insert implants/organs and a screwdriver slot for removing accidentally added items." + icon = 'icons/obj/device.dmi' icon_state = "autoimplanter" item_state = "nothing" w_class = WEIGHT_CLASS_SMALL