mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Fix config default for radiation to match live (#8334)
This commit is contained in:
@@ -571,7 +571,7 @@
|
|||||||
/// 0 / RAD_RESIST_CALC_DIV = Each turf absorbs some fraction of the working radiation level
|
/// 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
|
/// 1 / RAD_RESIST_CALC_SUB = Each turf absorbs a fixed amount of radiation
|
||||||
/datum/config_entry/flag/radiation_resistance_calc_mode
|
/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)
|
/datum/config_entry/flag/radiation_resistance_calc_mode/ValidateAndSet(str_val)
|
||||||
if(!VASProcCallGuard(str_val))
|
if(!VASProcCallGuard(str_val))
|
||||||
|
|||||||
@@ -502,7 +502,7 @@ RADIATION_MATERIAL_RESISTANCE_DIVISOR 16
|
|||||||
## 0:1 subtraction:division for computing effective radiation on a turf
|
## 0:1 subtraction:division for computing effective radiation on a turf
|
||||||
## 0 / RAD_RESIST_CALC_DIV = Each turf absorbs some fraction of the working radiation level
|
## 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
|
## 1 / RAD_RESIST_CALC_SUB = Each turf absorbs a fixed amount of radiation
|
||||||
RADIATION_RESISTANCE_CALC_MODE 1
|
RADIATION_RESISTANCE_CALC_MODE 0
|
||||||
|
|
||||||
## IP Reputation Checking
|
## IP Reputation Checking
|
||||||
# Enable/disable IP reputation checking (present/nonpresent)
|
# Enable/disable IP reputation checking (present/nonpresent)
|
||||||
|
|||||||
Reference in New Issue
Block a user