From e9f7ac9159b86f3f1c837eae0e0ecf5394af317f Mon Sep 17 00:00:00 2001 From: DGamerL <108773801+DGamerL@users.noreply.github.com> Date: Sun, 7 Apr 2024 11:58:14 +0200 Subject: [PATCH] 10 -> 15 (#25028) --- code/datums/spells/wizard_spells.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/spells/wizard_spells.dm b/code/datums/spells/wizard_spells.dm index 5317e92dff5..61d6c95fdd1 100644 --- a/code/datums/spells/wizard_spells.dm +++ b/code/datums/spells/wizard_spells.dm @@ -305,7 +305,7 @@ name = "Blind" desc = "This spell temporarily blinds a single person and does not require wizard garb." school = "transmutation" - base_cooldown = 10 SECONDS + base_cooldown = 15 SECONDS clothes_req = FALSE invocation = "STI KALY" invocation_type = "whisper"