From 13f111a7041625187e8bb509bffaceea83aa111d Mon Sep 17 00:00:00 2001 From: nikothedude <59709059+nikothedude@users.noreply.github.com> Date: Mon, 18 May 2026 03:43:00 -0400 Subject: [PATCH] Massively reduces the timer for cursekin to shift forms (#5609) ## About The Pull Request Title. It is now 30 seconds, down from 3 WHOLE MINUTES ## Why It's Good For The Game Given how underpowered lycan form is (and on god I dont see why it even needs a timer if it WAS good) I dont see why it needs such an insane timer. ## Proof Of Testing
Screenshots/Videos one line change
## Changelog :cl: balance: Cursekin transformation cooldown is now 30 seconds /:cl: --- .../code/modules/customization/species/lycans/lycan_verbs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_zubbers/code/modules/customization/species/lycans/lycan_verbs.dm b/modular_zubbers/code/modules/customization/species/lycans/lycan_verbs.dm index fee85e66ed3..d1691f8fbdf 100644 --- a/modular_zubbers/code/modules/customization/species/lycans/lycan_verbs.dm +++ b/modular_zubbers/code/modules/customization/species/lycans/lycan_verbs.dm @@ -5,7 +5,7 @@ button_icon_state = "lycan_form" #ifndef TESTING - cooldown_time = 3 MINUTES + cooldown_time = 30 SECONDS #else cooldown_time = 1 SECONDS // I don't wanna wait #endif