a couple of miscellaneous formatting bits

This commit is contained in:
PatR
2023-05-24 11:23:15 -07:00
parent 42356daec0
commit 5dc8e98efa
3 changed files with 8 additions and 6 deletions

View File

@@ -16,7 +16,8 @@ static void mind_blast(struct monst *);
static boolean holds_up_web(coordxy, coordxy);
static int count_webbing_walls(coordxy, coordxy);
static boolean soko_allow_web(struct monst *);
static boolean m_search_items(struct monst *, coordxy *, coordxy *, schar *, int *);
static boolean m_search_items(struct monst *, coordxy *, coordxy *, schar *,
int *);
static boolean leppie_avoidance(struct monst *);
static void leppie_stash(struct monst *);
static boolean m_balks_at_approaching(struct monst *);