mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-15 20:22:07 +00:00
* Adds an action speed modifier system (#53023) * Adds an action speed modifier system Co-authored-by: Qustinnus <Floydje123@hotmail.com>
8 lines
200 B
Plaintext
8 lines
200 B
Plaintext
/datum/actionspeed_modifier/low_sanity
|
|
multiplicative_slowdown = 0.25
|
|
id = ACTIONSPEED_ID_SANITY
|
|
|
|
/datum/actionspeed_modifier/high_sanity
|
|
multiplicative_slowdown = -0.1
|
|
id = ACTIONSPEED_ID_SANITY
|