diff options
Diffstat (limited to 'src/map/mercenary.h')
-rw-r--r-- | src/map/mercenary.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/mercenary.h b/src/map/mercenary.h index f040a3913..f63ffad86 100644 --- a/src/map/mercenary.h +++ b/src/map/mercenary.h @@ -7,6 +7,9 @@ #include "status.h" // struct status_data, struct status_change #include "unit.h" // struct unit_data +// number of cells that a mercenary can walk to from it's master before being warped +#define MAX_MER_DISTANCE 15 + enum { ARCH_MERC_GUILD, SPEAR_MERC_GUILD, |