unicorn horn in potion

Fix beta bug #3021.  I also took out the redundant wishing entry.
This commit is contained in:
arromdee
2002-02-09 07:19:13 +00:00
parent 62d38baab6
commit a74489a014
2 changed files with 3 additions and 2 deletions

View File

@@ -417,10 +417,10 @@ dragons have scales, not fur
if player teleports a monster while swallowed on a noteleport level, the
player should not teleport along with the monster
prefixes that can appear in any order when wishing should include +/- and empty
word-order in wishes, allow "blessed +2 fireproof", not just
"blessed fireproof +2"
don't allow untrapping of adjacent traps in locations you can't move to
summoning should summon any alignment if summoner's base alignment is A_NONE
when dipping unicorn horn in potion, the potion might change bless status, so
set bknown to FALSE
Platform- and/or Interface-Specific Fixes

View File

@@ -1830,6 +1830,7 @@ dodip()
singlepotion->cursed = singlepotion->odiluted = 0;
else
singlepotion->cursed = obj->cursed; /* odiluted left as-is */
singlepotion->bknown = FALSE;
if (Blind)
singlepotion->dknown = FALSE;
else {