Skip to content

Commit

Permalink
Remove IPCs From Having the Singer Trait (#64)
Browse files Browse the repository at this point in the history
<!--
This is a semi-strict format, you can add/remove sections as needed but
the order/format should be kept the same
Remove these comments before submitting
-->

# Description

<!--
Explain this PR in as much detail as applicable

Some example prompts to consider:
How might this affect the game? The codebase?
What might be some alternatives to this?
How/Who does this benefit/hurt [the game/codebase]?
-->

IPCs can't use the menu anyway

---

# Changelog

<!--
You can add an author after the `:cl:` to change the name that appears
in the changelog (ex: `:cl: Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

:cl:
- tweak: Tweaked IPCs to not be able to take the Singer trait due to a
bug where they can't use it anyway.
  • Loading branch information
sleepyyapril authored Nov 24, 2024
2 parents d8f1cf1 + 9301ea9 commit bd871dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Resources/Prototypes/Traits/skills.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@
inverted: true
species:
- Harpy
- IPC # because for some reason, fuck IPCs in relation to UI? TODO: fix this
functions:
- !type:TraitAddComponent
components:
Expand Down

0 comments on commit bd871dd

Please sign in to comment.