diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-09-04 11:49:12 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-06 01:18:56 +0300 |
commit | f803ebaf78e5d4064653ec0a9494ab643e910e76 (patch) | |
tree | ff18e62102dbfd15c5b6f9c934c6fb5d01b144ea /src/equipment.h | |
parent | 1fe5c43facfce35b53a6dd29c4e9c95f22cd5986 (diff) | |
download | plus-f803ebaf78e5d4064653ec0a9494ab643e910e76.tar.gz plus-f803ebaf78e5d4064653ec0a9494ab643e910e76.tar.bz2 plus-f803ebaf78e5d4064653ec0a9494ab643e910e76.tar.xz plus-f803ebaf78e5d4064653ec0a9494ab643e910e76.zip |
Add new slots definition.
Diffstat (limited to 'src/equipment.h')
-rw-r--r-- | src/equipment.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/equipment.h b/src/equipment.h index 047f2a79e..1c40d455c 100644 --- a/src/equipment.h +++ b/src/equipment.h @@ -61,6 +61,13 @@ class Equipment final EQUIP_PROJECTILE_SLOT = 10, EQUIP_EVOL_RING1_SLOT = 11, EQUIP_EVOL_RING2_SLOT = 12, + EQUIP_COSTUME_ROBE_SLOT = 13, + EQUIP_SHADOW_ARMOR_SLOT = 14, + EQUIP_SHADOW_WEAPON_SLOT = 15, + EQUIP_SHADOW_SHIELD_SLOT = 16, + EQUIP_SHADOW_SHOES_SLOT = 17, + EQUIP_SHADOW_ACCESSORY1_SLOT = 18, + EQUIP_SHADOW_ACCESSORY2_SLOT = 19, EQUIP_VECTOREND }; |