mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
chuunicasting notifies when healing is on cooldown (#96620)
## About The Pull Request now notifies in chat when your chuuni heal on spellcast fails due to the cooldown ## Why It's Good For The Game clarity good, theres no indication of the healing cooldown anywhere else ## Changelog 🆑 xyc fix: chuuni casting now notifies you when the healing on spellcast is on cooldown /🆑
This commit is contained in:
@@ -97,6 +97,7 @@
|
||||
|
||||
casting_spell = FALSE
|
||||
if(!COOLDOWN_FINISHED(src, heal_cooldown))
|
||||
to_chat(source, span_danger("Your chuuni powers are on cooldown! You fail to heal!"))
|
||||
return
|
||||
COOLDOWN_START(src, heal_cooldown, CHUUNIBYOU_COOLDOWN_TIME)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user