Disabled insensitive trait for now

This commit is contained in:
ZioPao
2024-05-28 10:01:03 +02:00
parent 5f64ead354
commit b70dd619a4

View File

@@ -5,7 +5,7 @@ local TRAITS = {
Amputee_Hand = "Amputee_Hand", Amputee_Hand = "Amputee_Hand",
Amputee_ForeArm = "Amputee_ForeArm", Amputee_ForeArm = "Amputee_ForeArm",
Amputee_UpperArm = "Amputee_UpperArm", Amputee_UpperArm = "Amputee_UpperArm",
Insensitive = "Insensitive" --Insensitive = "Insensitive" -- TODO Disabled for now, until we reintroduce it
} }
@@ -37,7 +37,7 @@ local function SetupTraits()
t:addXPBoost(Perks.Strength, -1) t:addXPBoost(Perks.Strength, -1)
end end
TraitFactory.addTrait(TRAITS.Insensitive, GetTraitText(TRAITS.Insensitive), 6, GetTraitDesc(TRAITS.Insensitive), false, false) --TraitFactory.addTrait(TRAITS.Insensitive, GetTraitText(TRAITS.Insensitive), 6, GetTraitDesc(TRAITS.Insensitive), false, false)
TraitFactory.setMutualExclusive(TRAITS.Amputee_Hand, TRAITS.Amputee_ForeArm) TraitFactory.setMutualExclusive(TRAITS.Amputee_Hand, TRAITS.Amputee_ForeArm)
TraitFactory.setMutualExclusive(TRAITS.Amputee_Hand, TRAITS.Amputee_UpperArm) TraitFactory.setMutualExclusive(TRAITS.Amputee_Hand, TRAITS.Amputee_UpperArm)