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)