altar color revisited
The issue of mimics masquerading as altars just came up two weeks ago but never entered my mind when I worked on this yesterday.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* NetHack 3.6 extern.h $NHDT-Date: 1575768406 2019/12/08 01:26:46 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.766 $ */
|
||||
/* NetHack 3.6 extern.h $NHDT-Date: 1575830178 2019/12/08 18:36:18 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.767 $ */
|
||||
/* Copyright (c) Steve Creps, 1988. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
@@ -2045,6 +2045,7 @@ E boolean FDECL(can_pray, (BOOLEAN_P));
|
||||
E int NDECL(dopray);
|
||||
E const char *NDECL(u_gname);
|
||||
E int NDECL(doturn);
|
||||
E int FDECL(altarmask_at, (int, int));
|
||||
E const char *NDECL(a_gname);
|
||||
E const char *FDECL(a_gname_at, (XCHAR_P x, XCHAR_P y));
|
||||
E const char *FDECL(align_gname, (ALIGNTYP_P));
|
||||
|
||||
Reference in New Issue
Block a user