mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
You now get blood on your clothes more often when you attack people (#8961)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user