mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user