mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
[MIRROR] Prevent bioware list deletion runtime for human destroy (what the fuck is a bioware?). (#26878)
* Prevent bioware list deletion runtime for human destroy (what the fuck is a bioware?). (#81907) ## About The Pull Request Prevent bioware list deletion runtime (biowares remove themselves from the biowares list when deleted) by making it a lazy list delete. ## Why It's Good For The Game Removes a runtime. ## Changelog 🆑 fix: Prevent runtime from humans with biowares gettingn deleted. /🆑 * Prevent bioware list deletion runtime for human destroy (what the fuck is a bioware?). --------- Co-authored-by: Pickle-Coding <58013024+Pickle-Coding@users.noreply.github.com>
This commit is contained in:
co-authored by
Pickle-Coding
parent
584d80b545
commit
9eca7de5e6
@@ -61,7 +61,7 @@
|
||||
/mob/living/carbon/human/Destroy()
|
||||
QDEL_NULL(physiology)
|
||||
if(biowares)
|
||||
QDEL_LIST(biowares)
|
||||
QDEL_LAZYLIST(biowares)
|
||||
GLOB.human_list -= src
|
||||
|
||||
if (mob_mood)
|
||||
|
||||
Reference in New Issue
Block a user