Merge pull request #11346 from Citadel-Station-13/kevinz000-patch-15
/carbons now null out hand_bodyparts on Destroy()
This commit is contained in:
@@ -16,6 +16,7 @@
|
|||||||
QDEL_LIST(stomach_contents)
|
QDEL_LIST(stomach_contents)
|
||||||
QDEL_LIST(bodyparts)
|
QDEL_LIST(bodyparts)
|
||||||
QDEL_LIST(implants)
|
QDEL_LIST(implants)
|
||||||
|
hand_bodyparts = null //Just references out bodyparts, don't need to delete twice.
|
||||||
remove_from_all_data_huds()
|
remove_from_all_data_huds()
|
||||||
QDEL_NULL(dna)
|
QDEL_NULL(dna)
|
||||||
GLOB.carbon_list -= src
|
GLOB.carbon_list -= src
|
||||||
|
|||||||
Reference in New Issue
Block a user