Wakes borgs up when they get their cell added. Fixes a bug from #17226 (#17239)

This commit is contained in:
Farie82
2021-12-17 11:10:11 +01:00
committed by GitHub
parent 72a98ddd67
commit d16ae4e30e
@@ -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()
..()