Merge pull request #10026 from Linzolle/neck-slice

Neck slice
This commit is contained in:
Putnam3145
2019-12-17 11:58:00 -08:00
committed by GitHub
4 changed files with 51 additions and 2 deletions
@@ -250,7 +250,7 @@
if(bleedsuppress)
msg += "[t_He] [t_is] bandaged with something.\n"
else if(bleed_rate)
if(reagents.has_reagent("heparin"))
if(bleed_rate >= 8) //8 is the rate at which heparin causes you to bleed
msg += "<b>[t_He] [t_is] bleeding uncontrollably!</b>\n"
else
msg += "<B>[t_He] [t_is] bleeding!</B>\n"