Update monkey.dm

This commit is contained in:
Ghom
2020-03-02 23:02:16 +01:00
committed by GitHub
parent 99841c9447
commit bee392257e

View File

@@ -43,7 +43,7 @@
/mob/living/carbon/monkey/ComponentInitialize()
. = ..()
AddElement(/datum/element/mob_holder, "monkey", null, null, null, SLOT_HEAD)
AddElement(/datum/element/mob_holder, "monkey", null, null, null, ITEM_SLOT_HEAD)
/mob/living/carbon/monkey/Destroy()