Removes pump heating

This commit is contained in:
mwerezak
2014-09-13 20:41:12 -04:00
parent 1c555f389f
commit 9f53cb3673
2 changed files with 0 additions and 25 deletions

View File

@@ -98,8 +98,6 @@
//game_options.txt configs
var/atmos_machine_heat = 1.0
var/health_threshold_softcrit = 0
var/health_threshold_crit = 0
var/health_threshold_dead = -100
@@ -534,9 +532,6 @@
if("limbs_can_break")
config.limbs_can_break = value
if("atmos_machine_heat")
config.atmos_machine_heat = value
if("run_speed")
config.run_speed = value
if("walk_speed")