]> granicus.if.org Git - nethack/commitdiff
xorns sink follow-up
authornethack.allison <nethack.allison>
Sun, 9 Feb 2003 02:10:55 +0000 (02:10 +0000)
committernethack.allison <nethack.allison>
Sun, 9 Feb 2003 02:10:55 +0000 (02:10 +0000)
|

src/dbridge.c

index 0dfcefd1af410c1524bd30cf744a93b93baf0658..020ee327324c3a7d0a7cf86e1e29845b5d718389 100644 (file)
@@ -531,7 +531,7 @@ struct entity *etmp;
                        pline_The("%s passes through %s!",
                              at_portcullis ? "portcullis" : "drawbridge",
                              e_nam(etmp));
-               spoteffects(FALSE);
+               if (is_u(etmp)) spoteffects(FALSE);
                return;
        }
        if (e_missed(etmp, FALSE)) {