From 7844791b22d23477bcf5e67a8c1384826e0a38eb Mon Sep 17 00:00:00 2001 From: TalkingCactus Date: Mon, 25 Jul 2016 12:32:36 -0400 Subject: [PATCH] disables fat disability devour code --- code/modules/mob/living/carbon/human/human_defense.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/human_defense.dm b/code/modules/mob/living/carbon/human/human_defense.dm index 11c6e17720..4dbadb9cc9 100644 --- a/code/modules/mob/living/carbon/human/human_defense.dm +++ b/code/modules/mob/living/carbon/human/human_defense.dm @@ -367,13 +367,13 @@ skipcatch = 1 //can't catch the now embedded item return ..() - +/* Disabling this for now so it doesn't get in the way. -Cactus /mob/living/carbon/human/grabbedby(mob/living/carbon/user, supress_message = 0) if(user == src && pulling && !pulling.anchored && grab_state >= GRAB_AGGRESSIVE && (disabilities & FAT) && ismonkey(pulling)) devour_mob(pulling) else ..() - +*/ /mob/living/carbon/human/grippedby(mob/living/user) if(w_uniform) w_uniform.add_fingerprint(user)