wishing for magenta potions

Reported on the net.
This commit is contained in:
arromdee
2003-04-17 02:21:16 +00:00
parent 83ffd8077a
commit d4c9baa644
2 changed files with 2 additions and 0 deletions

View File

@@ -1948,6 +1948,7 @@ boolean from_user;
if (strncmpi(bp, "wizard lock", 11)) /* not the "wizard" monster! */
if (strncmpi(bp, "ninja-to", 8)) /* not the "ninja" rank */
if (strncmpi(bp, "master key", 10)) /* not the "master" rank */
if (strncmpi(bp, "magenta", 7)) /* not the "mage" rank */
if (mntmp < LOW_PM && strlen(bp) > 2 &&
(mntmp = name_to_mon(bp)) >= LOW_PM) {
int mntmptoo, mntmplen; /* double check for rank title */