Skip to content

Commit

Permalink
Psionic Potential Trait Fixes (DeltaV-Station#1022)
Browse files Browse the repository at this point in the history
# Description

The two Psi-Potential traits are mutually exclusive(Due to adding the
same component), but I forgot to add a condition that prevents you from
taking both.

# Changelog

:cl:
- fix: Fixed High & Low Psi-Potential traits lacking a requirement that
you don't have the opposite trait. The two were mutually exclusive, so
taking both caused issues.
VMSolidus authored Oct 9, 2024
1 parent df747c4 commit 6ab7965
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Resources/Prototypes/Traits/mental.yml
Original file line number Diff line number Diff line change
@@ -27,6 +27,10 @@
inverted: true
species:
- Oni
- !type:CharacterTraitRequirement
inverted: true
traits:
- LowPotential
components:
- type: PotentiaModifier
potentiaMultiplier: 1.25
@@ -60,6 +64,10 @@
inverted: true
species:
- Oni
- !type:CharacterTraitRequirement
inverted: true
traits:
- HighPotential
components:
- type: PotentiaModifier
potentiaMultiplier: 0.75

0 comments on commit 6ab7965

Please sign in to comment.