From b01a7b0a96ff262fa8b6c19eb0ffef74a50fb0a7 Mon Sep 17 00:00:00 2001 From: HoraK-FDF Date: Sat, 1 Jun 2024 11:33:48 +0200 Subject: KeepAfterUse + DontUseAmmo const.txt --- world/map/db/const.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'world/map/db') diff --git a/world/map/db/const.txt b/world/map/db/const.txt index b60a2bff..2001e59b 100644 --- a/world/map/db/const.txt +++ b/world/map/db/const.txt @@ -77,6 +77,9 @@ AMMO_BOW 1 AMMO_SLING 2 AMMO_WAND 3 AMMO_XMAS 4 +AMMO_DONT_USE 5 +// using AMMO_DONT_USE with CheckLauncher removes all other ammos there must not be an ammo that uses AMMO_DONT_USE with CheckAmmo +// without this the the eqipped ammo would not removed and ammo could still be eqipped and it does not matter what ammo and the ammo damage would be added to the final weapon damage // Hairstyles HS_Bald 0 @@ -531,4 +534,3 @@ MLP_CR_DEBUT 4 // Local Quest Constants MLP_TMW_CELESTIA 1 MLP_TMW_YETIKING 2 - -- cgit v1.2.3-60-g2f50