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
<details>
<summary>Screenshots/Videos</summary>

one line change

</details>

## Changelog
🆑
balance: Cursekin transformation cooldown is now 30 seconds
/🆑
This commit is contained in:
nikothedude
2026-05-18 09:43:00 +02:00
committed by GitHub
parent 8e41c6f0f8
commit 13f111a704
@@ -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