summaryrefslogtreecommitdiff
path: root/npc/commands
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-12 12:45:10 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-12 12:45:10 -0300
commite088bd4ed38da102aead2e66a2866c1a8f3548c4 (patch)
treec9543baca328877814e8867aad0578f685bd02b5 /npc/commands
parente1cc0b9e032681c68ecb44c19bcdde7175425b30 (diff)
downloadserverdata-e088bd4ed38da102aead2e66a2866c1a8f3548c4.tar.gz
serverdata-e088bd4ed38da102aead2e66a2866c1a8f3548c4.tar.bz2
serverdata-e088bd4ed38da102aead2e66a2866c1a8f3548c4.tar.xz
serverdata-e088bd4ed38da102aead2e66a2866c1a8f3548c4.zip
Remove now useless/deprecated ammo checking function
Diffstat (limited to 'npc/commands')
-rw-r--r--npc/commands/debug.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/commands/debug.txt b/npc/commands/debug.txt
index c02472ea..975470ee 100644
--- a/npc/commands/debug.txt
+++ b/npc/commands/debug.txt
@@ -7,6 +7,8 @@ L_Begin:
@debug_shift = 0;
@mexp = ((MAGIC_EXPERIENCE & @debug_mask) >> @debug_shift);
mes "What do you want to do?";
+ mes "Your range: "+readbattleparam(getcharid(3), UDT_ATKRANGE);
+ mes "Bow range: "+getiteminfo(Bow, ITEMINFO_RANGE);
menu
"Reset stat points.", L_Level,
"Change my level.", L_Level,