summaryrefslogtreecommitdiff
path: root/src/map/battle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/battle.c')
-rw-r--r--src/map/battle.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/battle.c b/src/map/battle.c
index 7fd41c09b..cbc017819 100644
--- a/src/map/battle.c
+++ b/src/map/battle.c
@@ -859,6 +859,10 @@ static struct Damage battle_calc_weapon_attack(
flag.arrow = 1;
wd.flag=(wd.flag&~BF_RANGEMASK)|BF_LONG;
break;
+ case GS_DESPERADO:
+ //This one is the opposite, it consumes ammo, but should count as short range.
+ wd.flag=(wd.flag&~BF_RANGEMASK)|BF_SHORT;
+ break;
case CR_SHIELDBOOMERANG:
case PA_SHIELDCHAIN:
flag.weapon = 0;