diff --git a/code/modules/mob/living/carbon/monkey/monkey.dm b/code/modules/mob/living/carbon/monkey/monkey.dm index f3abe83958..e48fc722cd 100644 --- a/code/modules/mob/living/carbon/monkey/monkey.dm +++ b/code/modules/mob/living/carbon/monkey/monkey.dm @@ -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()