From 6f15cbb50282983181f6229c86aa3b4455f5bebf Mon Sep 17 00:00:00 2001 From: Repede Date: Wed, 27 Nov 2019 22:06:36 -0500 Subject: [PATCH] removes sitting on head --- code/modules/mob/mob_grab.dm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/code/modules/mob/mob_grab.dm b/code/modules/mob/mob_grab.dm index 7ad90dfc43..b335faf1d3 100644 --- a/code/modules/mob/mob_grab.dm +++ b/code/modules/mob/mob_grab.dm @@ -174,12 +174,6 @@ assailant.visible_message("[assailant] covers [affecting]'s eyes!") if(affecting.eye_blind < 3) affecting.Blind(3) - //TFF 12/8/19 VoreStation Addition Start - if(BP_HEAD) - if(force_down) - if(announce) - assailant.visible_message("[assailant] sits on [target]'s head!") - //VoreStation Addition End /obj/item/weapon/grab/attack_self() return s_click(hud)