From 9a9d3fc37bcd2bc9732d5b9e6c7c960105273f2c Mon Sep 17 00:00:00 2001 From: Ren Erthilo Date: Wed, 21 Mar 2012 16:10:15 +0000 Subject: [PATCH] Removing some leftover code. --- code/modules/mob/living/carbon/human/human.dm | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/code/modules/mob/living/carbon/human/human.dm b/code/modules/mob/living/carbon/human/human.dm index 8e952d01c1c..a89e3c31c93 100644 --- a/code/modules/mob/living/carbon/human/human.dm +++ b/code/modules/mob/living/carbon/human/human.dm @@ -164,28 +164,6 @@ return return -/* var/mob/M = pulling - var/ok = 1 - if (locate(/obj/item/weapon/grab, M.grabbed_by)) - if (prob(75)) - var/obj/item/weapon/grab/G = pick(M.grabbed_by) - if (istype(G, /obj/item/weapon/grab)) - for(var/mob/O in viewers(M, null)) - O.show_message(text("\red [] has been pulled from []'s grip by []", G.affecting, G.assailant, src), 1) - //G = null - del(G) - else - ok = 0 - if (locate(/obj/item/weapon/grab, M.grabbed_by.len)) - ok = 0 - if (ok) - var/t = M.pulling - M.pulling = null - - //this is the gay blood on floor shit -- Added back -- Skie - if (M.lying && (prob(M.getBruteLoss() / 6))) -*/ - /mob/living/carbon/human/movement_delay() var/tally = 0 var/mob/M = pulling