From ec60940fe5eae5d7d3e969bac132e1da2a659272 Mon Sep 17 00:00:00 2001 From: VMSolidus Date: Mon, 16 Dec 2024 13:39:00 -0500 Subject: [PATCH] Fix Redshirt & Brittle Bone Traits (#1355) These were supposed to be negative traits(They give you points), but I accidentally made them positive traits(They cost points). --- Resources/Prototypes/Traits/physical.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Traits/physical.yml b/Resources/Prototypes/Traits/physical.yml index 1e400e32bda..d8139800e1f 100644 --- a/Resources/Prototypes/Traits/physical.yml +++ b/Resources/Prototypes/Traits/physical.yml @@ -673,7 +673,7 @@ - type: trait id: Redshirt category: Physical - points: -8 + points: 8 requirements: - !type:CharacterJobRequirement inverted: true @@ -693,7 +693,7 @@ - type: trait id: BrittleBoneDisease category: Physical - points: -10 + points: 10 requirements: - !type:CharacterJobRequirement inverted: true