-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Gives Mediborg the Medical Hud #28391
Conversation
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.
Okay this is starting to pile up, just make a new parent prototype with the ShowHealthBars and ShowHealthIcons comps configured and make every entity prototype with the following pattern inherit it (prots can have multiple parents)
- type: ShowHealthBars
damageContainers:
- Biological
- type: ShowHealthIcons
damageContainers:
- Biological
Meh... Don't know what's causing the GitHub error but I did the requested change. I think I set all the items that needed the parent but I'm not sure, tell me if you notice anything I missed. |
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.
These are the only ones that need to be parented to ShowMedicalIcons:
MobMedibot, ClothingEyesHudMedical, ClothingEyesHudMedOnion (prob should just be parented to the base hud), ClothingEyesHudMedOnionBeer (same), ClothingEyesHudMedSec, ClothingEyesHudMultiversal (only partially cuz it overrides ShowHealthBars) , ClothingEyesHudOmni (same).
Ok, all of the objects are parented that you requested, plus BorgChassisMedical because that's the main point of the pr. I believe the only thing I missed last time was MobMedibot. |
…8391) for the syndicate
* Update borg_chassis.yml * Update borg_chassis.yml * fix * Removing unnecessary components and adapting changes (#28391) for the syndicate --------- Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com>
* Update borg_chassis.yml * Update borg_chassis.yml * fix * Removing unnecessary components and adapting changes (space-wizards#28391) for the syndicate --------- Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com>
* Update borg_chassis.yml * Update borg_chassis.yml * fix * Removing unnecessary components and adapting changes (space-wizards#28391) for the syndicate --------- Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com>
About the PR
Title
Why / Balance
I assumed that mediborgs already had the hud when making #27875, as the hud is used to help people in need.
Technical details
yml changes
Media
Breaking changes
Changelog
🆑