Commented out gibbing when torso takes too much damage. Because no one likes when you gib someone by poking knife in their chest enough times.

This commit is contained in:
Chinsky
2012-11-06 16:37:16 +04:00
parent 5276c85664
commit 4a9c7b82ae

View File

@@ -307,8 +307,8 @@
var/obj/item/weapon/organ/H
switch(body_part)
if(UPPER_TORSO)
owner.gib()
// if(UPPER_TORSO) just no.
// owner.gib()
if(LOWER_TORSO)
owner << "\red You are now sterile."
if(HEAD)