fix github issue #134 - display of migrated objects

Fixes #134

An invisible hero (who can't see invisible and doesn't have autopickup
enabled) going down stairs to an object which fell down those stairs
will see the stairs instead of the object on them.  Missing newsym()
in obj_delivery() when objects aren't being passed through scatter().
This commit is contained in:
PatR
2018-09-22 15:18:38 -07:00
parent b6e3f01855
commit 4f61e9697c
3 changed files with 5 additions and 0 deletions

View File

@@ -133,6 +133,8 @@ a sleeping or paralyzed mon would be frightened by its reflection when
prevent leash showing unseen monster as "attached to it"
gremlins seemed impervious to Sunsword's light yet a flash from a camera
caused them to cry out in pain
when objects migrate (fall down stairs) and invisible hero (w/o see invisible,
no-autopickup) descends, stairs get shown instead of object(s) on them
Fixes to Post-3.6.1 Problems that Were Exposed Via git Repository