mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Removes pump heating
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user