mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-12 07:35:31 +01:00
Better handling for multiple hose connectors (#17838)
* Better handling for multiple hose connectors * Better distance handling * Delete cell
This commit is contained in:
@@ -33,6 +33,10 @@
|
||||
RefreshParts()
|
||||
update_icon()
|
||||
|
||||
/obj/machinery/pump/Destroy()
|
||||
QDEL_NULL(cell)
|
||||
. = ..()
|
||||
|
||||
/obj/machinery/pump/RefreshParts()
|
||||
var/obj/item/stock_parts/manipulator/SM = locate() in component_parts
|
||||
active_power_usage = initial(active_power_usage) / SM.rating
|
||||
|
||||
Reference in New Issue
Block a user