mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 20:13:45 +01:00
Fox stuff
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user