long worm tail hit by potion thrown by monster (trunk only)

From the newsgroup:  when a monster throws a potion at the hero and
it hits a long worm's tail, you'd get "The bottle|flask|&c crashes on the
long worm's _head_ and breaks into shards."  The relevant code changes
"head" to "body" when appropriate, but monster throwing wasn't setting up
`notonhead' so that alteration only kicked in for player throwing.
This commit is contained in:
nethack.rankin
2007-12-17 23:43:31 +00:00
parent d454ca0d6e
commit faa3543063
3 changed files with 9 additions and 2 deletions

View File

@@ -273,6 +273,8 @@ always update map display and use up turn if open or close command attempted
while blind reveals change in door state or discloses non-door spot
secret door detection's trap finding is no longer blocked by water or clouds
on the Planes of Water and Air
potion thrown by monster which hit a long worm's tail gave feedback about
hitting its head
Platform- and/or Interface-Specific Fixes