Fix config default for radiation to match live (#8334)

This commit is contained in:
Cadyn
2024-05-02 07:12:26 -07:00
committed by GitHub
parent e3bced93d4
commit 43d7540299
2 changed files with 2 additions and 2 deletions

View File

@@ -571,7 +571,7 @@
/// 0 / RAD_RESIST_CALC_DIV = Each turf absorbs some fraction of the working radiation level
/// 1 / RAD_RESIST_CALC_SUB = Each turf absorbs a fixed amount of radiation
/datum/config_entry/flag/radiation_resistance_calc_mode
default = RAD_RESIST_CALC_SUB
default = RAD_RESIST_CALC_DIV
/datum/config_entry/flag/radiation_resistance_calc_mode/ValidateAndSet(str_val)
if(!VASProcCallGuard(str_val))