Skip to content

Commit

Permalink
made visual disabilities and cybereyes mutually exclusive
Browse files Browse the repository at this point in the history
  • Loading branch information
Tirochora committed Jan 11, 2025
1 parent 1a02689 commit 100b6d6
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 100b6d6

Please sign in to comment.