mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-21 14:34:49 +00:00
## About The Pull Request https://www.youtube.com/watch?v=bcUuqKrnvVY <- me getting rid of every simple animal one thing at a time Turns lightgeists into a basic mob. There are a few key advantages into its implementation that was previously impossible in the simple animal framework, which is entirely possible now. ## Why It's Good For The Game Lightgeists can actually have a bit of AI now, as a treat. They didn't have it prior because I assume if they attacked anything, they would end up healing it, and we didn't really have an option in the simple animal AI to say "do not attack"... This really fixes that so they can wander around a bit and look cute if some admin decides to spawn them in (but the only way to get them outright is to use the anomalous crystal, which auto-assigns a player). You don't see the AI if a player ghosts out of the lightgeist because the lightgeist will delete itself on ghost (previous behavior). It also gets rid of some janky AttackingTarget() override that was completely un-needed post-#73202. ## Changelog Nothing really player facing.