mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-07-17 11:15:35 +01:00
5 lines
126 B
Plaintext
5 lines
126 B
Plaintext
/mob/living/GetActionCooldownMod()
|
|
. = ..()
|
|
for(var/datum/status_effect/S in status_effects)
|
|
. *= S.action_cooldown_mod()
|