fix #H4336 - extra space in potions boil message
commit7bdc5a95b7604b03c3a5c43420aa195f490da703
authorPatR <rankin@nethack.org>
Sat, 7 May 2016 23:24:17 +0000 (7 16:24 -0700)
committerPatR <rankin@nethack.org>
Sat, 7 May 2016 23:24:17 +0000 (7 16:24 -0700)
treeb0cc128c094e4f837600249d6b676ffa1d11ef29
parent63a9879ebca4e1e0efc8e3b39053d738e832cef4
fix #H4336 - extra space in potions boil message

'Your <single-potion> boils and explodes.'
'One of your <stack-of-potions> boils and explodes.'
'Some of your <stack-of-potions> boil and explode.'
'All of your  <stack-of-potions> boil and explode.'
The last variation had an extra space in the message prefix....

In addition to removing the excess space, this adds
'Both of your <stack-of-potions> boil and explode.'
to be used for the (All == 2) case.

The bug and fix also apply to stacks of potions 'freezing and
shattering' and to stacks of scrolls 'catching fire and burning'.
doc/fixes36.1
src/zap.c