mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
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:
@@ -307,8 +307,8 @@
|
|||||||
|
|
||||||
var/obj/item/weapon/organ/H
|
var/obj/item/weapon/organ/H
|
||||||
switch(body_part)
|
switch(body_part)
|
||||||
if(UPPER_TORSO)
|
// if(UPPER_TORSO) just no.
|
||||||
owner.gib()
|
// owner.gib()
|
||||||
if(LOWER_TORSO)
|
if(LOWER_TORSO)
|
||||||
owner << "\red You are now sterile."
|
owner << "\red You are now sterile."
|
||||||
if(HEAD)
|
if(HEAD)
|
||||||
|
|||||||
Reference in New Issue
Block a user