mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-18 13:04:45 +00:00
## About The Pull Request When I wrote #81113, I foolishly set the flags on the nukie medbot by typing out all the parent flags and removing the one I did not want. This PR changes that to use the `parent_type::` operator and get the actual parent flags, then removing the one we do not want. Not player facing. ## Why It's Good For The Game Looks cleaner in the code and probably helps maintainability.