mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
TG: - one file's proc definitions standardized
- added feedback logging for handcuff use Revision: r3783 Author: baloh.matevz
This commit is contained in:
@@ -20,20 +20,19 @@ obj/machinery/atmospherics
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
var/initialize_directions = 0
|
obj/machinery/atmospherics/var/initialize_directions = 0
|
||||||
var/color
|
obj/machinery/atmospherics/var/color
|
||||||
|
|
||||||
process()
|
obj/machinery/atmospherics/process()
|
||||||
build_network()
|
build_network()
|
||||||
|
|
||||||
proc
|
obj/machinery/atmospherics/proc/network_expand(datum/pipe_network/new_network, obj/machinery/atmospherics/pipe/reference)
|
||||||
network_expand(datum/pipe_network/new_network, obj/machinery/atmospherics/pipe/reference)
|
|
||||||
// Check to see if should be added to network. Add self if so and adjust variables appropriately.
|
// Check to see if should be added to network. Add self if so and adjust variables appropriately.
|
||||||
// Note don't forget to have neighbors look as well!
|
// Note don't forget to have neighbors look as well!
|
||||||
|
|
||||||
return null
|
return null
|
||||||
|
|
||||||
build_network()
|
obj/machinery/atmospherics/proc/build_network()
|
||||||
// Called to build a network from this node
|
// Called to build a network from this node
|
||||||
|
|
||||||
return null
|
return null
|
||||||
|
|||||||
Reference in New Issue
Block a user