-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Harpy Instrument Additions #184
Conversation
/// When true, only the instrument entity itself can swap its sound. | ||
/// </summary> | ||
[DataField] | ||
public bool OnlySetBySelf = true; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is true by default, meaning that ALL swappable instruments are affected by this change. You didn't modify the yaml prototypes of other instruments, meaning that all swappable instruments (synthesizers, guitars, etc) are affected by this change and cannot be swapped by anyone unless they get possessed by an admin...
You should make it false by default, and set it to true on MapInit in SingerSystem instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okie dokie
just some general advice, try writing commit messages that are a bit more on topic, later on that might help to narrow down where an important change happend. |
What's the status on this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All 3 instruments work after playesting
Description
Adds three new harpy instruments: Piano, Church Organ, and Harp.
Changelog
🆑