summaryrefslogtreecommitdiff
path: root/src/emap/struct/mobdext.h
blob: 119ad3c711b2f24aa8ec0bf0ae868ff7f0689d62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Copyright (c) Copyright (c) Hercules Dev Team, licensed under GNU GPL.
// Copyright (c) 2014 - 2015 Evol developers

#ifndef EVOL_MAP_MOBDEXT
#define EVOL_MAP_MOBDEXT

struct MobdExt
{
    int walkMask;
    int weaponAttacks[MAX_WEAPON_TYPE];
    int skillAttacks[MAX_SKILL_DB];
    /* Disabled in TMW2
    int collisionDx;
    int collisionDy;
    int collisionMask;
    */
};

#endif  // EVOL_MAP_MOBDEXT