mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-25 16:14:50 +01:00
d71fd7bfb1
## About The Pull Request Fixes #94699 This resolves two long-standing bugs where Support holoparasites could heal their hosts while recalled, and Dextrous holoparasites could use items on their hosts while recalled. However because these bugs have been present _at least_ since the basic mob refactor (I suspect I accidentally introduced them, although they may even predate that) I've marked this as a balance update. What do I care about GBP anyway. In addition I've fixed two more visual bugs; Gaseous Holoparasites now use a particle holder instead of setting `particles` on the mob directly, which fixes a visual issue where the particles would persist if you cancelled them via recalling and might trick you into thinking you were still emitting gas after manifesting again. I also forced the health hud to update upon spawn, because as-is until your host took any damage or healing it would just look like an empty box hovering on your UI. ## Why It's Good For The Game Support Guardian healing you could argue is a feature, but personally I don't think that being constantly healed by your buddy in a way that nobody can possibly prevent could have been intended, and if we _want_ to canonise it then it should be done in a way that it's a passive effect of being recalled and not an effect of spamming right click. Dextrous Guardians being able to use items while recalled was much more clearly a bug; Dextrous Guardians drop all items when they recall and it was an oversight that they could just put an item on their belt and get it out while recalled, then freely use it on their host (but nothing else, from inside the host that's the only thing in their range). The reasoning that this is bad is pretty much the same as for the Support guardian, except more so because it can use the instant full heal staff or any other similar item. ## Changelog 🆑 balance: Support Guardians cannot heal their owner while recalled. balance: Dextrous Guardians cannot use their hands while recalled. fix: Gaseous Guardian particles will correctly dismiss when you recall. fix: Guardian health hud will display the correct value when you are first summoned. /🆑