diff --git a/code/game/objects/items/weapons/surgery_tools.dm b/code/game/objects/items/weapons/surgery_tools.dm index 5e1d6ceae33..7662dcf8aaa 100644 --- a/code/game/objects/items/weapons/surgery_tools.dm +++ b/code/game/objects/items/weapons/surgery_tools.dm @@ -28,7 +28,7 @@ /obj/item/weapon/surgical/bioregen name="bioregenerator" desc="A special tool used in surgeries which can pull toxins from and restore oxygen to organic tissue as well as recreate missing biological structures to allow otherwise irreperable flesh to be mended." - icon='icons/obj/surgery.dmi' + icon='icons/obj/surgery_vr.dmi' icon_state="bioregen" drop_sound = 'sound/items/drop/scrap.ogg' diff --git a/icons/obj/surgery.dmi b/icons/obj/surgery.dmi index d6de460866b..0f22fa82cd3 100644 Binary files a/icons/obj/surgery.dmi and b/icons/obj/surgery.dmi differ diff --git a/icons/obj/surgery_vr.dmi b/icons/obj/surgery_vr.dmi index 7984e374c8d..4fc6ae4c79f 100644 Binary files a/icons/obj/surgery_vr.dmi and b/icons/obj/surgery_vr.dmi differ