diff --git a/code/datums/components/chuunibyou.dm b/code/datums/components/chuunibyou.dm index 5373b3f7987..0eb07f0d70e 100644 --- a/code/datums/components/chuunibyou.dm +++ b/code/datums/components/chuunibyou.dm @@ -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)