Merge pull request #12964 from timothyteakettle/monkeys-bleed-a-lot

monkeys stop bleeding nonstop
This commit is contained in:
Lin
2020-07-31 14:21:57 -05:00
committed by GitHub
+2 -1
View File
@@ -14,7 +14,8 @@
var/obj/item/bodypart/BP = X
temp_bleed += BP.get_bleed_rate()
BP.generic_bleedstacks = max(0, BP.generic_bleedstacks - 1)
bleed(temp_bleed)
if(temp_bleed)
bleed(temp_bleed)
//Blood regeneration if there is some space
if(blood_volume < BLOOD_VOLUME_NORMAL)