mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-03 22:12:38 +00:00
Adds config option for air compression heating
This commit is contained in:
@@ -98,6 +98,8 @@
|
||||
|
||||
//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
|
||||
@@ -532,6 +534,8 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user