Fox stuff

This commit is contained in:
Crazylemon64
2017-04-30 01:28:50 -07:00
parent 1840074921
commit a493bcb460
4 changed files with 8 additions and 8 deletions
@@ -65,9 +65,7 @@
add_to_all_human_data_huds()
/mob/living/carbon/human/Destroy()
for(var/atom/movable/organelle in bodyparts)
qdel(organelle)
bodyparts.Cut()
QDEL_LIST(bodyparts)
return ..()
/mob/living/carbon/human/dummy
@@ -184,8 +184,8 @@
/datum/species/proc/create_organs(var/mob/living/carbon/human/H) //Handles creation of mob organs.
LAZYQDELLIST(H.internal_organs)
LAZYQDELLIST(H.bodyparts)
QDEL_LIST(H.internal_organs)
QDEL_LIST(H.bodyparts)
LAZYREINITLIST(H.bodyparts)
LAZYREINITLIST(H.bodyparts_by_name)