mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
[MIRROR] atmos binary devices code cleanup + docs (#3525)
* atmos binary devices code cleanup + docs (#57019) * atmos binary devices code cleanup + docs Co-authored-by: Ghilker <42839747+Ghilker@users.noreply.github.com>
This commit is contained in:
@@ -16,7 +16,11 @@
|
||||
/obj/machinery/atmospherics/components/binary/getNodeConnects()
|
||||
return list(turn(dir, 180), dir)
|
||||
|
||||
///Used by binary devices to set what the offset will be for each layer
|
||||
/**
|
||||
* Used by binary devices to set what the offset will be for each layer, called in update_icon_nopipes()
|
||||
* Arguments:
|
||||
* * -pipe_layer: is the pipe layer the component should be set to
|
||||
*/
|
||||
/obj/machinery/atmospherics/components/binary/proc/set_overlay_offset(pipe_layer)
|
||||
switch(pipe_layer)
|
||||
if(1, 3, 5)
|
||||
|
||||
Reference in New Issue
Block a user