Damage Nerf

This commit is contained in:
Fox-McCloud
2015-01-30 21:44:40 -05:00
parent e5b01b43f1
commit a4e78be3cc
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1200,7 +1200,7 @@ mob/proc/yank_out_object()
H.shock_stage+=10
if(prob(10)) //I'M SO ANEMIC I COULD JUST -DIE-.
var/datum/wound/internal_bleeding/I = new (15)
var/datum/wound/internal_bleeding/I = new ()
affected.wounds += I
H.custom_pain("Something tears wetly in your [affected] as [selection] is pulled free!", 1)