Merge branch 'NetHack-3.6.2'

This commit is contained in:
nhmall
2018-12-07 23:37:58 -05:00
32 changed files with 397 additions and 267 deletions

View File

@@ -806,7 +806,7 @@ skip0:
if (u.uhave.amulet || !rn2(3)) {
x = somex(croom);
y = somey(croom);
tmonst = makemon((struct permonst *) 0, x, y, NO_MM_FLAGS);
tmonst = makemon((struct permonst *) 0, x, y, (MM_NOGRP | MM_ASLEEP));
if (tmonst && tmonst->data == &mons[PM_GIANT_SPIDER]
&& !occupied(x, y))
(void) maketrap(x, y, WEB);