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