diff options
Diffstat (limited to 'world/map/db/const.txt')
-rw-r--r-- | world/map/db/const.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/world/map/db/const.txt b/world/map/db/const.txt index b9585433..2363a1a2 100644 --- a/world/map/db/const.txt +++ b/world/map/db/const.txt @@ -673,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 |