From 6ea99aff32901390957e02d9f4ccdadd6b7e84e7 Mon Sep 17 00:00:00 2001 From: Mloc Date: Sat, 17 Aug 2013 01:03:13 +0100 Subject: [PATCH] Disabled airlock heat transfer after community vote. Signed-off-by: Mloc --- code/ZAS/Variable Settings.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ZAS/Variable Settings.dm b/code/ZAS/Variable Settings.dm index 80e243e3c58..743eadd3178 100644 --- a/code/ZAS/Variable Settings.dm +++ b/code/ZAS/Variable Settings.dm @@ -62,7 +62,7 @@ var/global/vs_control/vsc = new var/airflow_mob_slowdown_NAME = "Airflow Slowdown" var/airflow_mob_slowdown_DESC = "Time in tenths of a second to add as a delay to each movement by a mob if they are fighting the pull of the airflow." - var/connection_insulation = 0.4 + var/connection_insulation = 1 var/connection_insulation_NAME = "Connections - Insulation" var/connection_insulation_DESC = "How insulative a connection is, in terms of heat transfer. 1 is perfectly insulative, and 0 is perfectly conductive."