mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
Merge pull request #9658 from spasticVerbalizer/bloodDripsAreNotSpecial
Stops humans from dripping blood while in lockers/bodybags
This commit is contained in:
@@ -130,6 +130,7 @@ var/const/BLOOD_VOLUME_SURVIVE = 122
|
||||
return
|
||||
|
||||
vessel.remove_reagent("blood",amt)
|
||||
if (isturf(src.loc)) //Blood loss still happens in locker, floor stays clean
|
||||
blood_splatter(src,src)
|
||||
|
||||
/****************************************************
|
||||
|
||||
Reference in New Issue
Block a user