bleeding indicator for more than jsut heparin

This commit is contained in:
Linzolle
2019-12-01 18:10:48 -06:00
parent 04e9466465
commit f4318c9dba
@@ -243,7 +243,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"