Skip to content

Commit

Permalink
Merge pull request #480 from Tirochora/visualexclusivity
Browse files Browse the repository at this point in the history
Make Visual Disabilities and Cybereyes Mutually Exclusive
  • Loading branch information
FoxxoTrystan authored Jan 12, 2025
2 parents de23ba7 + 100b6d6 commit 2b39469
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Resources/Prototypes/Traits/disabilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
jobs:
- Borg
- MedicalBorg
- !type:CharacterTraitRequirement
inverted: true
traits:
- Nearsighted
- Photophobia
- CyberEyes
functions:
- !type:TraitAddComponent
components:
Expand All @@ -23,6 +29,11 @@
jobs:
- Borg
- MedicalBorg
- !type:CharacterTraitRequirement
inverted: true
traits:
- Blindness
- CyberEyes
functions:
- !type:TraitAddComponent
components:
Expand Down Expand Up @@ -264,6 +275,11 @@
species:
- Vulpkanin # This trait functions exactly as-is for the Vulpkanin trait.
- Shadowkin
- !type:CharacterTraitRequirement
inverted: true
traits:
- Blindness
- CyberEyes
functions:
- !type:TraitAddComponent
components:
Expand Down

0 comments on commit 2b39469

Please sign in to comment.