summaryrefslogtreecommitdiff
path: root/src/spells5.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2018-03-25 20:07:30 +0200
committerBardur Arantsson <bardur@scientician.net>2018-03-25 20:07:30 +0200
commitde03bd3951a375b8e0da04751aa861b837a6d14f (patch)
treeba2cf809c355bef1d5b1ef06771023565280ee18 /src/spells5.cc
parentb23aa63419dacce1291141bf56dd518c9ab95ce2 (diff)
Remove Eru's Know The Music spell
Its only effect is identification, so it's become pointless.
Diffstat (limited to 'src/spells5.cc')
-rw-r--r--src/spells5.cc13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/spells5.cc b/src/spells5.cc
index 2aaa4428..09d1815b 100644
--- a/src/spells5.cc
+++ b/src/spells5.cc
@@ -1676,19 +1676,6 @@ void school_spells_init()
}
{
- spell_type *spell = spell_new(&ERU_UNDERSTAND, "Know the Music");
- spell_type_describe(spell, "Allows you to understand the Great Music from which the world");
- spell_type_describe(spell, "originates, allowing you to know the full abilities of things");
- spell_type_describe(spell, "At level 10 it allows you to *identify* all your pack");
- spell_type_set_mana(spell, 200, 600);
- spell_type_set_difficulty(spell, 30, 50);
- spell_type_init_priest(spell,
- SCHOOL_ERU,
- no_info,
- eru_know_the_music);
- }
-
- {
spell_type *spell = spell_new(&ERU_PROT, "Lay of Protection");
spell_type_describe(spell, "Creates a circle of safety around you");
spell_type_set_mana(spell, 400, 400);