unicorn horn in potion
Fix beta bug #3021. I also took out the redundant wishing entry.
This commit is contained in:
+2
-2
@@ -417,10 +417,10 @@ dragons have scales, not fur
|
|||||||
if player teleports a monster while swallowed on a noteleport level, the
|
if player teleports a monster while swallowed on a noteleport level, the
|
||||||
player should not teleport along with the monster
|
player should not teleport along with the monster
|
||||||
prefixes that can appear in any order when wishing should include +/- and empty
|
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
|
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
|
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
|
Platform- and/or Interface-Specific Fixes
|
||||||
|
|||||||
@@ -1830,6 +1830,7 @@ dodip()
|
|||||||
singlepotion->cursed = singlepotion->odiluted = 0;
|
singlepotion->cursed = singlepotion->odiluted = 0;
|
||||||
else
|
else
|
||||||
singlepotion->cursed = obj->cursed; /* odiluted left as-is */
|
singlepotion->cursed = obj->cursed; /* odiluted left as-is */
|
||||||
|
singlepotion->bknown = FALSE;
|
||||||
if (Blind)
|
if (Blind)
|
||||||
singlepotion->dknown = FALSE;
|
singlepotion->dknown = FALSE;
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user