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 "Psychic Crown" in the book "of Sorcery" produces a broken crown #26

Closed aeoo closed 7 years ago

aeoo commented 7 years ago

This is potentially a duplicate of #24. Psychic crown in its item description promises an activatable effect that is supposed to map the dungeon. It doesn't appear to activate. I tried both activating and handling it.

StultusTemporis commented 7 years ago

Psychic crown is not supposed to map the dungeon. It is supposed to provide telepathy, which allows one to see monsters that are not within line of sight.

Please see object.txt in the edit folder of the "lib" (Library) folder for more information. If Psychic crown is not activating properly, try swapping "TELEPATHY" and "ACTIVATE" in the "F" (Flags) field.

DGoldDragon28 commented 7 years ago

Psychic Crown provides continuous telepathy. I see no indication that this isn't behavior as designed.