DGoldDragon28 / Unangband

A roguelike originally created (and developed until version 0.6.4c) by Andrew Doull.
https://dgolddragon28.github.io/Unangband/
GNU General Public License v2.0
59 stars 6 forks source link

Spell "Spell Trap" in the "Book of Illusions" is bugged #21

Closed aeoo closed 7 years ago

aeoo commented 7 years ago

Firstly, when I browse the book to get info on the spell, it doesn't display anything at all.

Secondly, when I cast the spell successfully, nothing happens; even my spellpoints do not decrease. However when I fail the casting my spell points do decrease then and I get notified about failing the spell.

DGoldDragon28 commented 7 years ago

That is odd. The bugged spells (Spell Trap and Delay Spell) are not completely null. Rather, as intended, they modify a spell cast in the subsequent round. The only issue is the lack of description and lack of cost to casting. I will add in a description.

As a side note, here are the effects of the spells: Spell Trap -- Turns the next spell you cast into a trap: when a creature enters the trapped area, the spell triggers. Delay Spell -- The next spell you cast takes effect a few rounds later than normal.