mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-07-09 07:10:23 +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()
|