mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
The config's HEALTH_TRESHOLD_CRIT option was being ignored in a few places, fixed this.
This commit is contained in:
@@ -229,7 +229,7 @@
|
||||
var/datum/gas_mixture/environment = loc.return_air()
|
||||
var/datum/air_group/breath
|
||||
// HACK NEED CHANGING LATER
|
||||
if(health < 0)
|
||||
if(health < config.health_threshold_dead)
|
||||
losebreath++
|
||||
|
||||
if(losebreath>0) //Suffocating so do not take a breath
|
||||
|
||||
Reference in New Issue
Block a user