From bc522e80332e0bb75eeccb9658d8d96271227998 Mon Sep 17 00:00:00 2001 From: duncathan Date: Sat, 23 Jan 2016 16:10:29 -0600 Subject: [PATCH] fixes compile --- _maps/birdstation.dm | 1 - code/ATMOSPHERICS/components/binary_devices/circulator.dm | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/_maps/birdstation.dm b/_maps/birdstation.dm index 9c3320d547f..70e6875db2f 100644 --- a/_maps/birdstation.dm +++ b/_maps/birdstation.dm @@ -24,7 +24,6 @@ A small map intended for lowpop(40 players and less). #if !defined(MAP_OVERRIDE_FILES) #define MAP_OVERRIDE_FILES #include "map_files\BirdStation\telecomms.dm" - #include "map_files\BirdStation\teg.dm" #include "map_files\BirdStation\misc.dm" #include "map_files\BirdStation\job\job_changes.dm" #include "map_files\BirdStation\job\removed_jobs.dm" diff --git a/code/ATMOSPHERICS/components/binary_devices/circulator.dm b/code/ATMOSPHERICS/components/binary_devices/circulator.dm index 9bf27767a4f..f11d0a15381 100644 --- a/code/ATMOSPHERICS/components/binary_devices/circulator.dm +++ b/code/ATMOSPHERICS/components/binary_devices/circulator.dm @@ -7,7 +7,7 @@ desc = "A gas circulator pump and heat exchanger." icon_state = "circ1-off" - var/side = CIRC_COLD // 1=left 2=right + var/side = CIRC_LEFT var/status = 0 var/last_pressure_delta = 0