Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] Fixes Dead Lingering Ghost-Control Mobs [MDB IGNORE] (#24987) (
#615) * Fixes Dead Lingering Ghost-Control Mobs (#79615) ## About The Pull Request Fixes #79008 This is the same method bots use (though a bit more extravagant)- the component is meant to delete itself when a user assumes control but it had no cases for deleting itself on the user's death. This component already has so many args that I don't particularly feel like adding another one for `qdel_ourselves_on_mob_death` or whatever so let's just repeat the pattern we already have going on for the time being. ## Why It's Good For The Game Fixes bug. ## Changelog :cl: fix: Gorillas and Regal Rats will no longer show up in the ghost-control menu if they died without anyone ever taking control of them. /:cl: * Fixes Dead Lingering Ghost-Control Mobs --------- Co-authored-by: SkyratBot <[email protected]> Co-authored-by: san7890 <[email protected]>
- Loading branch information