fix github issue #1011 - monster imagination
Issue reported by AndrioCelos: if hero was killed by a wand zapped by a monster, the cause of death was "killed by <wand damage> imagined by <the monster>" instead of intended "killed by <wand damage> zapped by <the monster>". Report mentioned that the monster was unseen but that wasn't relevant. This worked when monster wand zaps were briefly changed to use -9..-0 but got broken when that was reverted to using -39..-30 (due to -0 being the same as 0 so making zapper of wands of magic missile ambiguous). Fixes #1011
This commit is contained in:
@@ -1531,6 +1531,8 @@ change 'm' prefix for #tip from 'use menu to pick among floor containers'
|
||||
context-sensitive item-action Tip directly operates on the item
|
||||
anti-magic field's reduction of hero's maximum energy could result in current
|
||||
energy being one point higher than maximum
|
||||
if hero was killed by a wand zapped by a monster, cause of death was reported
|
||||
as "killed by a bolt of <damage type> imagined by <monster>"
|
||||
|
||||
|
||||
Fixes to 3.7.0-x Platform and/or Interface Problems Exposed Via git Repository
|
||||
|
||||
Reference in New Issue
Block a user