From 7d1e8c40b200b76246082560dea1509fe773f554 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Fri, 6 Sep 2013 18:34:07 -0400 Subject: [PATCH] Fat people can eat non-fat people, cause win. --- code/modules/mob/mob_grab.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/mob_grab.dm b/code/modules/mob/mob_grab.dm index d716e537e61..de0c895292c 100644 --- a/code/modules/mob/mob_grab.dm +++ b/code/modules/mob/mob_grab.dm @@ -267,7 +267,7 @@ s_click(hud1) return if(M == assailant && state >= 2) - if( ( ishuman(user) && (FAT in user.mutations) && ismonkey(affecting) ) || ( isalien(user) && iscarbon(affecting) ) ) + if( ( ishuman(user) && (FAT in user.mutations) && iscarbon(affecting) ) || ( isalien(user) && iscarbon(affecting) ) ) var/mob/living/carbon/attacker = user user.visible_message("\red [user] is attempting to devour [affecting]!") if(istype(user, /mob/living/carbon/alien/humanoid/hunter))