Skip to content

Commit

Permalink
Fix Redshirt & Brittle Bone Traits (#1355)
Browse files Browse the repository at this point in the history
These were supposed to be negative traits(They give you points), but I
accidentally made them positive traits(They cost points).
  • Loading branch information
VMSolidus authored Dec 16, 2024
1 parent 03dc85a commit ec60940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/Prototypes/Traits/physical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@
- type: trait
id: Redshirt
category: Physical
points: -8
points: 8
requirements:
- !type:CharacterJobRequirement
inverted: true
Expand All @@ -693,7 +693,7 @@
- type: trait
id: BrittleBoneDisease
category: Physical
points: -10
points: 10
requirements:
- !type:CharacterJobRequirement
inverted: true
Expand Down

0 comments on commit ec60940

Please sign in to comment.