From c8defa67df4cf6dde2d74dc3675cef22b2bcbabb Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 16 Dec 2018 18:52:55 -0500 Subject: [PATCH] revert to prior behavior --- src/mklev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mklev.c b/src/mklev.c index 35b0d9378..16cc32bde 100644 --- a/src/mklev.c +++ b/src/mklev.c @@ -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);