merge NetHack-3.6.2 into master part 2

This commit is contained in:
nhmall
2019-01-16 20:09:41 -05:00
parent 0bb98b4155
commit 53cedcfc2f

View File

@@ -170,7 +170,7 @@ const char *verb;
might have been thrown by a giant or launched by
a rolling boulder trap triggered by a monster or
dropped by a scroll of earth read by a monster */
if (context.mon_moving) {
if (g.context.mon_moving) {
/* normally we'd use ohitmon() but it can call
drop_throw() which calls flooreffects() */
damage = dmgval(obj, mtmp);