mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-11 09:22:41 +00:00
* Fix dead mobs changing their mob `tag` causing obsever weakrefs to not function (#81585) ## About The Pull Request Fixes #81578 Fixes #81559 Fixes #81308 In #69634 mob tag generation was moved to `/mob/New` But dead mobs also do this in initialize  So dead mobs skipped over a tag This is whatever, until it's not: If something makes a weakref of an observer in `/observer/Initialize` before its parent call, which shuffles the mob tag around, uh oh now our weakref points to a non-existent ref! So what's making the weakref? No clue but apparently chasms ## Changelog 🆑 Melbert fix: Chasms no longer break your verbs /🆑 * Fix dead mobs changing their mob `tag` causing obsever weakrefs to not function --------- Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>