mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-06-09 16:13:31 +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()
|