Skip to content

Commit

Permalink
Add to_chat for passive arterial
Browse files Browse the repository at this point in the history
  • Loading branch information
The32bitguy committed Oct 14, 2024
1 parent 029ea78 commit 6633096
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/datums/effects/bleeding.dm
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
if(!src.has_been_bandaged) //If Arterial has been packed, only remove blood passively and slowly
affected_mob.spray_blood(get_turf(affected_mob), pick(GLOB.alldirs), limb)
affected_mob.blood_volume = max(affected_mob.blood_volume - blood_loss*30*(affected_mob.blood_volume/BLOOD_VOLUME_NORMAL), 0)
to_chat(sprayed_with_blood, SPAN_WARNING("Blood weeps from your [limb.name]!"))
affected_mob.blood_volume = max(affected_mob.blood_volume - blood_loss*0.75, 0)

return TRUE
Expand Down

0 comments on commit 6633096

Please sign in to comment.