Less hacky.

This commit is contained in:
Ghommie
2020-02-04 02:13:11 +01:00
parent 63c8612ccd
commit d13d8dd953
5 changed files with 13 additions and 16 deletions
@@ -43,7 +43,7 @@
/mob/living/carbon/monkey/ComponentInitialize()
. = ..()
AddElement(/datum/element/mob_holder, "monkey", null, null, null, TRUE)
AddElement(/datum/element/mob_holder, "monkey", null, null, null, SLOT_HEAD)
/mob/living/carbon/monkey/Destroy()