This commit is contained in:
timothyteakettle
2020-09-15 23:50:26 +01:00
parent 7be15afb32
commit c3bea5f77b
3 changed files with 9 additions and 3 deletions

View File

@@ -538,6 +538,12 @@
//wound config stuff (increases the max injury roll, making injuries more likely)
/datum/config_entry/number/wound_exponent
config_entry_value = 1.225
config_entry_value = WOUND_DAMAGE_EXPONENT
min_val = 0
integer = FALSE
//adds a set amount to any injury rolls on a limb using get_damage() multiplied by this number
/datum/config_entry/number/wound_damage_multiplier
config_entry_value = 0.333
min_val = 0
integer = FALSE