mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-21 03:36:47 +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()
|