IB nerf: Makes it harder to get IB, makes the initial bleed less.

This commit is contained in:
Ravensdale
2013-12-20 14:03:24 -08:00
parent bb602139b0
commit 13fa1709b3
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -240,8 +240,8 @@ This function completely restores a damaged organ to perfect condition.
//Possibly trigger an internal wound, too.
var/local_damage = brute_dam + burn_dam + damage
if(damage > 10 && type != BURN && local_damage > 20 && prob(damage) && !(status & ORGAN_ROBOT))
var/datum/wound/internal_bleeding/I = new (15)
if(damage > 15 && type != BURN && local_damage > 30 && prob(damage) && !(status & ORGAN_ROBOT))
var/datum/wound/internal_bleeding/I = new (10)
wounds += I
owner.custom_pain("You feel something rip in your [display_name]!", 1)