-
Notifications
You must be signed in to change notification settings - Fork 224
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
Vitals sensors are now handled by an accessory. #3484
Conversation
25e7e95
to
d590ecf
Compare
1ea2bb7
to
83704df
Compare
83704df
to
277dbe2
Compare
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.
Prisoner and test subject uniform sensors should use removable = FALSE
or canremove = FALSE
, and the accessory removal verb should check whichever one you go for. Other than that, good to go.
Implemented using |
06f3816
to
c73e361
Compare
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 does kind of make me wonder why we'd have the removable
variable at all instead of just an is_removable()
proc on accessories, but it works regardless.
Description of changes
Moves suit sensors stuff onto an accessory.
Why and what will this PR improve
Allows me to do dark things to the
/under
type.Authorship
Myself.
Changelog
🆑
tweak: Suit sensors are now an accessory on your uniform that can be removed.
/:cl: