(is_engineer, has_helpful_engineer): Rename. Require allied

engineers.  This affecs command `fortify'.
This commit is contained in:
Markus Armbruster 2004-01-28 10:46:57 +00:00
parent f7faeb6470
commit c4ae0d89eb
3 changed files with 8 additions and 3 deletions

View file

@ -330,7 +330,7 @@ extern int gamehours(time_t, int *);
extern int has_units(coord, coord, natid, struct lndstr *);
extern int has_units_with_mob(coord, coord, natid);
extern int adj_units(coord, coord, natid);
extern int is_engineer(int x, int y);
extern int has_helpful_engineer(coord x, coord y, natid cn);
/* log.c */
extern void loginit(void);
extern void logerror(s_char *, ...);