mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Removed some world messages when disconnecting powernets.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5428 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -396,11 +396,11 @@
|
|||||||
|
|
||||||
/obj/machinery/power/proc/disconnect_from_network()
|
/obj/machinery/power/proc/disconnect_from_network()
|
||||||
if(!powernet)
|
if(!powernet)
|
||||||
world << " no powernet"
|
//world << " no powernet"
|
||||||
return 0
|
return 0
|
||||||
powernet.nodes -= src
|
powernet.nodes -= src
|
||||||
powernet = null
|
powernet = null
|
||||||
world << "powernet null"
|
//world << "powernet null"
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
/turf/proc/get_cable_node()
|
/turf/proc/get_cable_node()
|
||||||
|
|||||||
Reference in New Issue
Block a user