xorns sink when drawbridge is raised
From <Someone>'s list: Xorns don't sink if the drawbridge they're standing on is raised.
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user