Merge pull request #11310 from Citadel-Station-13/Ghommie-patch-2

Fixing mob holders inventory slot flags (ergo they are not glasses)
This commit is contained in:
Lin
2020-03-04 13:29:13 -06:00
committed by GitHub
4 changed files with 4 additions and 4 deletions
@@ -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()