mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-07-13 15:52:33 +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()
|