diff --git a/code/modules/organs/subtypes/machine.dm b/code/modules/organs/subtypes/machine.dm index eaf93ceeba..45b0b8be28 100644 --- a/code/modules/organs/subtypes/machine.dm +++ b/code/modules/organs/subtypes/machine.dm @@ -1,7 +1,6 @@ /obj/item/organ/internal/cell name = "microbattery" desc = "A small, powerful cell for use in fully prosthetic bodies." - icon = 'icons/obj/power.dmi' icon_state = "scell" organ_tag = "cell" parent_organ = BP_TORSO diff --git a/icons/obj/surgery.dmi b/icons/obj/surgery.dmi index f8aede48f2..b2ff3108ea 100644 Binary files a/icons/obj/surgery.dmi and b/icons/obj/surgery.dmi differ