diff options
Diffstat (limited to 'world/map/db/const.txt')
-rw-r--r-- | world/map/db/const.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/world/map/db/const.txt b/world/map/db/const.txt index 240507a7..2363a1a2 100644 --- a/world/map/db/const.txt +++ b/world/map/db/const.txt @@ -218,6 +218,7 @@ equip_misc1 7 equip_misc2 8 equip_torso 9 equip_legs 10 +equip_arrow 11 // Appearance Slots // Using this for anything but hair is probably a mistake. @@ -672,3 +673,8 @@ OPT_BANK_CLOSE 2 // Currently used by the fluffy hunt (033-1). // starts counting with 0 MAX_HIGH_SCORES 4 + +// Launcher/Ammo Types +AMMO_NONE 0 +AMMO_BOW 1 +AMMO_SLING 2 |