fix #M57 - alchemical potion explosion fails to wake monsters
From a bug report, the message when dipping one stack of potions into another triggers an explosion says "BOOM" yet nearby sleeping monsters remained undisturbed.
This commit is contained in:
@@ -1841,6 +1841,7 @@ dodip()
|
||||
/* KMH, balance patch -- acid is particularly unstable */
|
||||
if (obj->cursed || obj->otyp == POT_ACID || !rn2(10)) {
|
||||
pline("BOOM! They explode!");
|
||||
wake_nearto(u.ux, u.uy, (BOLT_LIM+1)*(BOLT_LIM+1));
|
||||
exercise(A_STR, FALSE);
|
||||
if (!breathless(youmonst.data) || haseyes(youmonst.data))
|
||||
potionbreathe(obj);
|
||||
|
||||
Reference in New Issue
Block a user