Tweaks Brain Damage Messages

This commit is contained in:
Fox-McCloud
2015-09-19 19:50:48 -04:00
parent 268992a32f
commit fb31916f43
3 changed files with 11 additions and 9 deletions
+2
View File
@@ -119,6 +119,8 @@ mob/living/carbon/human/proc/handle_pain()
// Damage to internal organs hurts a lot.
for(var/obj/item/organ/I in internal_organs)
if(istype(I, /obj/item/organ/brain)) //the brain has no pain receptors, and brain damage is meant to be a stealthy damage type.
continue
if(I.damage > 2) if(prob(2))
var/obj/item/organ/external/parent = get_organ(I.parent_organ)
src.custom_pain("You feel a sharp pain in your [parent.name]", 1)