From 815c7aa435cf83bb7deb0fbc52175ca23b0fac7e Mon Sep 17 00:00:00 2001 From: Xhuis Date: Tue, 6 Oct 2015 20:18:53 -0400 Subject: [PATCH] ACTUALLY removes cauterize --- code/game/gamemodes/wizard/spellbook.dm | 7 ------- 1 file changed, 7 deletions(-) diff --git a/code/game/gamemodes/wizard/spellbook.dm b/code/game/gamemodes/wizard/spellbook.dm index b3d071e7560..d91ebd7ac58 100644 --- a/code/game/gamemodes/wizard/spellbook.dm +++ b/code/game/gamemodes/wizard/spellbook.dm @@ -210,13 +210,6 @@ spell_type = /obj/effect/proc_holder/spell/targeted/barnyardcurse log_name = "BC" -/datum/spellbook_entry/cauterize - name = "Cauterize" - spell_type = /obj/effect/proc_holder/spell/targeted/cauterize - log_name = "CA" - category = "Utility Spells" - cost = 1 - /datum/spellbook_entry/item name = "Buy Item" category = "Artifacts"