Machinery controller now reports amounts of powernets and pipenets as well.

This commit is contained in:
Atlantis
2015-08-20 23:06:52 +02:00
parent e30e461843
commit 5811b6021e

View File

@@ -68,4 +68,4 @@
pipe_networks.Remove(pipeNetwork)
/datum/controller/process/machinery/getStatName()
return ..()+"([machines.len])"
return ..()+"(MCH:[machines.len] PWR:[powernets.len] PIP:[pipe_networks.len])"