Flesh to stone no longer makes you immune to bleeding, refactors bleedsuppress into a trait (#56078)

Being hit by the Flesh to Stone makes you bleed immune to prevent you from getting petrified while bleeding, and bleeding out while turned into stone. However, it doesn't make you vulnerable when you get unpetrified. This is a bug. This also makes bleedsuppress into a trait, as both is broken and should be a trait.
This commit is contained in:
Coffee
2021-01-11 14:59:48 -03:00
committed by GitHub
parent 7a0611c61d
commit 653d75e429
10 changed files with 13 additions and 11 deletions
@@ -898,6 +898,8 @@
/obj/item/bodypart/proc/get_bleed_rate()
if(HAS_TRAIT(owner, TRAIT_NOBLEED))
return
if(status != BODYPART_ORGANIC) // maybe in the future we can bleed oil from aug parts, but not now
return