diff --git a/code/modules/mob/living/silicon/robot/component.dm b/code/modules/mob/living/silicon/robot/component.dm index c3c35180305..05d8a57f900 100644 --- a/code/modules/mob/living/silicon/robot/component.dm +++ b/code/modules/mob/living/silicon/robot/component.dm @@ -127,9 +127,9 @@ max_damage = 50 /datum/robot_component/cell/install(obj/item/stock_parts/cell/C) - ..() external_type = C.type // Update the cell component's `external_type` to the path of new cell owner.cell = C + ..() /datum/robot_component/cell/uninstall() ..()