diff --git a/code/modules/spell_system/spellbook/variants/necromancer.dm b/code/modules/spell_system/spellbook/variants/necromancer.dm index 1e9fd0d6f75..ba9306a0f69 100644 --- a/code/modules/spell_system/spellbook/variants/necromancer.dm +++ b/code/modules/spell_system/spellbook/variants/necromancer.dm @@ -15,7 +15,6 @@ spells = list(/spell/targeted/projectile/dumbfire/fireball = 1, /spell/targeted/torment = 1, /spell/targeted/subjugation = 1, - /spell/targeted/lichdom = 2, /spell/aoe_turf/conjure/mirage = 1, /spell/aoe_turf/conjure/summon/bats = 1, /spell/targeted/shapeshift/corrupt_form = 1, diff --git a/html/changelogs/alberyk-unfnnui.yml b/html/changelogs/alberyk-unfnnui.yml new file mode 100644 index 00000000000..854ab92e5bb --- /dev/null +++ b/html/changelogs/alberyk-unfnnui.yml @@ -0,0 +1,6 @@ +author: Alberyk + +delete-after: True + +changes: + - rscdel: "Removed lichdom from the necromancer spellbook."