]> granicus.if.org Git - nethack/commitdiff
xorns sink when drawbridge is raised
authornethack.allison <nethack.allison>
Sun, 9 Feb 2003 02:05:02 +0000 (02:05 +0000)
committernethack.allison <nethack.allison>
Sun, 9 Feb 2003 02:05:02 +0000 (02:05 +0000)
From <Someone>'s list: Xorns don't sink if the drawbridge they're standing on is
raised.

doc/fixes34.1
src/dbridge.c

index 948726e8ba11ffb2eee351b466c9ad2ee0bb837f..10e76bd277af8c2edd634487ed2ca589415fd239 100644 (file)
@@ -376,6 +376,7 @@ punished with ball and chain on the same floor square as a trapped chest
        when it exploded resulted in panic "remove_object: obj not on floor"
 see_monsters() wasn't called when you lost the innate warning intrinsic due
        to level loss
+xorns sink if the drawbridge they're standing on is raised
 
 
 Platform- and/or Interface-Specific Fixes
index e49a1aae5140583c8c2a597a3538f2a5b16901cf..0dfcefd1af410c1524bd30cf744a93b93baf0658 100644 (file)
@@ -1,4 +1,4 @@
-/*     SCCS Id: @(#)dbridge.c  3.4     2000/02/05      */
+/*     SCCS Id: @(#)dbridge.c  3.4     2003/02/08      */
 /*     Copyright (c) 1989 by Jean-Christophe Collet              */
 /* NetHack may be freely redistributed.  See license for details. */
 
@@ -531,6 +531,7 @@ struct entity *etmp;
                        pline_The("%s passes through %s!",
                              at_portcullis ? "portcullis" : "drawbridge",
                              e_nam(etmp));
+               spoteffects(FALSE);
                return;
        }
        if (e_missed(etmp, FALSE)) {