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:
castawaynont
2026-06-23 16:46:01 +02:00
committed by GitHub
parent 1af1723f09
commit 8f10b2af19
+1
View File
@@ -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)