From 5b7d0a9fa39b544ebe6468977705a3241eaeca14 Mon Sep 17 00:00:00 2001 From: Coolrune206 <71326864+Coolrune206@users.noreply.github.com> Date: Sun, 25 Dec 2022 01:58:21 +1000 Subject: [PATCH] Re-adds Rathen's Secret to the Spellbook (#19913) * Re-adds Rathen's Secret to the Spellbook * grammar --- code/datums/spells/rathens.dm | 6 +++--- code/game/gamemodes/wizard/spellbook.dm | 7 +++++++ 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/code/datums/spells/rathens.dm b/code/datums/spells/rathens.dm index c55496743d1..0ff5306ced1 100644 --- a/code/datums/spells/rathens.dm +++ b/code/datums/spells/rathens.dm @@ -1,11 +1,11 @@ /obj/effect/proc_holder/spell/rathens name = "Rathen's Secret" - desc = "Summons a powerful shockwave around you that tears the appendix and limbs off of enemies." - base_cooldown = 500 + desc = "Summons a powerful shockwave around you that tears the appendix out of enemies, and occasionally removes their limbs." + base_cooldown = 50 SECONDS clothes_req = TRUE invocation = "APPEN NATH!" invocation_type = "shout" - cooldown_min = 200 + cooldown_min = 20 SECONDS action_icon_state = "lungpunch" /obj/effect/proc_holder/spell/rathens/create_new_targeting() diff --git a/code/game/gamemodes/wizard/spellbook.dm b/code/game/gamemodes/wizard/spellbook.dm index e98d1f8efd1..bb9bb27764d 100644 --- a/code/game/gamemodes/wizard/spellbook.dm +++ b/code/game/gamemodes/wizard/spellbook.dm @@ -184,6 +184,13 @@ category = "Defensive" cost = 1 +/datum/spellbook_entry/rathens + name = "Rathen's Secret" + spell_type = /obj/effect/proc_holder/spell/rathens + log_name = "RS" + category = "Defensive" + cost = 1 + /datum/spellbook_entry/repulse name = "Repulse" spell_type = /obj/effect/proc_holder/spell/aoe/repulse