]> granicus.if.org Git - nethack/commitdiff
revert to prior behavior
authornhmall <nhmall@nethack.org>
Sun, 16 Dec 2018 23:52:55 +0000 (18:52 -0500)
committernhmall <nhmall@nethack.org>
Sun, 16 Dec 2018 23:52:55 +0000 (18:52 -0500)
src/mklev.c

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