mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Arranges lots of things into planes (#5072)
* Rearranges a billion things into planes * Make cryotubes fancy * Update Travis * Fix hiding logic
This commit is contained in:
committed by
Atermonera
parent
a2841ce9d6
commit
7d3aec96fd
@@ -181,7 +181,8 @@ var/list/ventcrawl_machinery = list(
|
||||
for(var/datum/pipeline/pipeline in network.line_members)
|
||||
for(var/obj/machinery/atmospherics/A in (pipeline.members || pipeline.edges))
|
||||
if(!A.pipe_image)
|
||||
A.pipe_image = image(A, A.loc, layer = 20, dir = A.dir)
|
||||
A.pipe_image = image(A, A.loc, dir = A.dir)
|
||||
A.pipe_image.plane = PLANE_LIGHTING_ABOVE
|
||||
pipes_shown += A.pipe_image
|
||||
client.images += A.pipe_image
|
||||
if(client)
|
||||
|
||||
Reference in New Issue
Block a user