fix B14022
> You're equally unlikely to be wishing for spellbooks by colour, > but I note that 'grey' for 'gray' only works for dragonscale and > stones, not the spellbook description.
This commit is contained in:
@@ -1949,6 +1949,9 @@ boolean from_user;
|
||||
}
|
||||
as++;
|
||||
}
|
||||
/* can't use spellings list for this one due to shuffling */
|
||||
if (!strcmpi(bp, "grey spellbook"))
|
||||
*(bp + 2) = 'a';
|
||||
}
|
||||
|
||||
/* dragon scales - assumes order of dragons */
|
||||
|
||||
Reference in New Issue
Block a user