Merge pull request #3538 from Mloc/insulation

Disabled airlock heat transfer after community vote.
This commit is contained in:
Zuhayr
2013-08-17 01:06:05 -07:00
+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."