From 5320bed0afc29f7515c8ba93b2b2b01d02161c31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mieszko=20J=C4=99drzejczak?= Date: Tue, 9 Aug 2016 02:05:52 +0200 Subject: [PATCH] *sigh* --- code/modules/customitems/item_defines.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/customitems/item_defines.dm b/code/modules/customitems/item_defines.dm index 5bddbdd60bc..24b97ef3fc2 100644 --- a/code/modules/customitems/item_defines.dm +++ b/code/modules/customitems/item_defines.dm @@ -321,10 +321,10 @@ return ..() /obj/item/clothing/head/pirate/fluff/stumpy/process() - if(istype(loc, /mob/living/carbon/human)) + if(ishuman(loc)) var/mob/living/carbon/human/H = loc if(H.head == src) - H.slurring = 3 //always slur + H.slurring = max(3, H.slurring) //always slur //////////// Suits //////////// /obj/item/clothing/suit/storage/labcoat/fluff/aeneas_rinil //Socialsystem: Lynn Fea