Fix config multiplier values (#8219)

This commit is contained in:
Raeschen
2024-04-11 16:09:47 +02:00
committed by GitHub
parent 608744ea5f
commit 87d6bd7876
2 changed files with 8 additions and 6 deletions

View File

@@ -12,10 +12,12 @@
/datum/config_entry/flag/limbs_can_break
/datum/config_entry/number/organ_health_multiplier
default = 1
integer = FALSE
default = 1.0
/datum/config_entry/number/organ_regeneration_multiplier
default = 1
integer = FALSE
default = 1.0
// FIXME: Unused
///datum/config_entry/flag/revival_pod_plants