Added toggle for Zombie amputations

This commit is contained in:
ZioPao
2024-07-15 12:19:11 +02:00
parent 11622795e1
commit 940f5486aa
3 changed files with 13 additions and 2 deletions

View File

@@ -28,6 +28,15 @@ option TOC.SurgeonAbilityImportance
translation = TOC_SurgeonAbilityImportance,
}
option TOC.EnableZombieAmputations
{
type = boolean,
default = true,
page = TOC,
translation= TOC_EnableZombieAmputations,
}
option TOC.ZombieAmputationDamageThreshold
{
type = integer,