Disabled airlock heat transfer after community vote.

Signed-off-by: Mloc <colmohici@gmail.com>
This commit is contained in:
Mloc
2013-08-17 01:03:13 +01:00
parent 60d28be04e
commit 6ea99aff32
+1 -1
View File
@@ -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."