From a74489a014fb76ad27217b8ec7c965d88ec8fd37 Mon Sep 17 00:00:00 2001 From: arromdee Date: Sat, 9 Feb 2002 07:19:13 +0000 Subject: [PATCH] unicorn horn in potion Fix beta bug #3021. I also took out the redundant wishing entry. --- doc/fixes34.0 | 4 ++-- src/potion.c | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/fixes34.0 b/doc/fixes34.0 index a67a79f9b..644ceb187 100644 --- a/doc/fixes34.0 +++ b/doc/fixes34.0 @@ -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 diff --git a/src/potion.c b/src/potion.c index dd65e0fd3..e035954e8 100644 --- a/src/potion.c +++ b/src/potion.c @@ -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 {