mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
Proper MaxHealth checks and Crit Point (#17704)
* Fixes maxhealth checks not including modifiers and mxHP Death at: W/ 100max hp: https://i.imgur.com/nR8DtzG.png W/ 125max hp: https://i.imgur.com/87eD2hW.png W/ 25max hp: https://i.imgur.com/SP6rPWc.png * Crit Point * small xenochimera fix * Update game_options.txt
This commit is contained in:
@@ -1,12 +1,6 @@
|
||||
/datum/config_entry/number/health_threshold_softcrit
|
||||
default = 0
|
||||
|
||||
/datum/config_entry/number/health_threshold_crit
|
||||
default = 0
|
||||
|
||||
/datum/config_entry/number/health_threshold_dead
|
||||
default = -100
|
||||
|
||||
/datum/config_entry/flag/bones_can_break
|
||||
|
||||
/datum/config_entry/flag/limbs_can_break
|
||||
|
||||
Reference in New Issue
Block a user