From e50b647ea4ec3f81986cf05b0e87125f540a1bac 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 136310e9a2..a51332d4e0 100644 --- a/code/modules/surgery/organs/autosurgeon.dm +++ b/code/modules/surgery/organs/autosurgeon.dm @@ -3,6 +3,7 @@ /obj/item/device/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