]> granicus.if.org Git - nethack/commitdiff
unicorn horn in potion
authorarromdee <arromdee>
Sat, 9 Feb 2002 07:19:13 +0000 (07:19 +0000)
committerarromdee <arromdee>
Sat, 9 Feb 2002 07:19:13 +0000 (07:19 +0000)
Fix beta bug #3021.  I also took out the redundant wishing entry.

doc/fixes34.0
src/potion.c

index a67a79f9b77c877644b07217dc47191de96510af..644ceb187ed1e464d04a5f9442a12c08b5932cd7 100644 (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
index dd65e0fd302f985e3013842aca63fac2620f1c5d..e035954e85222e38d0800382cd28db230fc4e3fe 100644 (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 {