mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Make pipe layers better, also some cleanups (#41664)
* Layered pipes no longer stick out of their tile, also vents and other machines will always be in the middle of the tile. * Layer manifold now looks like an adaptor. * Some pipe mapping helpers were made into macros so maintianing things is easier. * Some unused icons were removed. * A lot of icons were added, so that pipe layering looks better. * Layer manifold renamed to layer adaptor and resprited to look more like an adaptor.
This commit is contained in:
@@ -1358,11 +1358,13 @@
|
||||
#include "code\modules\atmospherics\machinery\pipes\layermanifold.dm"
|
||||
#include "code\modules\atmospherics\machinery\pipes\manifold.dm"
|
||||
#include "code\modules\atmospherics\machinery\pipes\manifold4w.dm"
|
||||
#include "code\modules\atmospherics\machinery\pipes\mapping.dm"
|
||||
#include "code\modules\atmospherics\machinery\pipes\pipes.dm"
|
||||
#include "code\modules\atmospherics\machinery\pipes\simple.dm"
|
||||
#include "code\modules\atmospherics\machinery\pipes\heat_exchange\he_pipes.dm"
|
||||
#include "code\modules\atmospherics\machinery\pipes\heat_exchange\junction.dm"
|
||||
#include "code\modules\atmospherics\machinery\pipes\heat_exchange\manifold.dm"
|
||||
#include "code\modules\atmospherics\machinery\pipes\heat_exchange\manifold4w.dm"
|
||||
#include "code\modules\atmospherics\machinery\pipes\heat_exchange\simple.dm"
|
||||
#include "code\modules\atmospherics\machinery\portable\canister.dm"
|
||||
#include "code\modules\atmospherics\machinery\portable\portable_atmospherics.dm"
|
||||
|
||||
Reference in New Issue
Block a user