diff --git a/code/modules/mob/living/carbon/slime/emote.dm b/code/modules/mob/living/carbon/slime/emote.dm index fb01fd2c169..c3b4a7648fd 100644 --- a/code/modules/mob/living/carbon/slime/emote.dm +++ b/code/modules/mob/living/carbon/slime/emote.dm @@ -1,5 +1,5 @@ /datum/emote/living/carbon/slime/ - mob_type_allowed_typelist = list(/mob/living/carbon/monkey) + mob_type_allowed_typelist = list(/mob/living/carbon/slime) /datum/emote/living/carbon/slime/bounce key = "bounce" @@ -29,4 +29,4 @@ key = "vibrate" key_third_person = "vibrates" message = "vibrates!" - emote_type = EMOTE_VISIBLE \ No newline at end of file + emote_type = EMOTE_VISIBLE