mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 10:02:28 +00:00
Slipping on blood (#3812)
Adds slipping for people who run/walk over blood.
This commit is contained in:
@@ -104,6 +104,8 @@
|
||||
|
||||
perp.update_inv_shoes(1)
|
||||
amount--
|
||||
if(amount > 2 && prob(perp.slip_chance(perp.m_intent == "run" ? 20 : 5)))
|
||||
perp.slip(src, 4)
|
||||
|
||||
/obj/effect/decal/cleanable/blood/proc/dry()
|
||||
name = dryname
|
||||
|
||||
Reference in New Issue
Block a user