You now get blood on your clothes more often when you attack people (#8961)

This commit is contained in:
Matt Atlas
2020-05-31 21:40:07 -03:00
committed by GitHub
parent 5f230fd37e
commit 9201b4923e
2 changed files with 42 additions and 1 deletions
@@ -293,7 +293,7 @@ emp_act
if(!(I.flags & NOBLOODY))
I.add_blood(src)
if(prob(33))
if(prob(effective_force * 2))
var/turf/location = loc
if(istype(location, /turf/simulated))
location.add_blood(src)