mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 10:11:09 +00:00
## About The Pull Request We've lost soul for kiltborgs (for some reason in #56601). We're also runtiming when we spawn in a kiltborg and try equipping a module for it, which tries to open the borg's module storage; since we don't initialize a hud for a mob until they are logged in, this didn't work. We also have an issue where a spawned-in borg with any module would not update the model select button to the model's because that is done in `transform_to()` at a point where no mob is logged in and there is no hud once again, in `update_module_innate()`. So this PR remedies allat. Snazzy. ## Why It's Good For The Game Restores soul Fixes #60399 Spawned-in model borgs will show their correct model icon when a player is placed in control ## Changelog 🆑 fix: fixed a runtime when spawning in a kiltborg fix: fixed spawned-in borgs with a pre-selected model not having their correct model select icon image: KILTBORGS ONCE AGAIN HAVE THEIR OWN MODEL SELECT ICON!!!!!!! /🆑