summaryrefslogtreecommitdiff
path: root/npc/commands/debug.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/debug.txt')
-rw-r--r--npc/commands/debug.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/npc/commands/debug.txt b/npc/commands/debug.txt
index b08012df..c02472ea 100644
--- a/npc/commands/debug.txt
+++ b/npc/commands/debug.txt
@@ -81,6 +81,20 @@ L_FocusSkills:
mes "Your astral soul skill level is " + @astralsoul + ".";
mes "Your raging skill level is " + @raging + ".";
next;
+ mes "";
+ mes l("Focus list:");
+ mesc l("%s : %s", l("Mallard's Eye"),
+ (isfocused(SKILL_MALLARDS_EYE) ? l("Yes") : l("No")));
+ mesc l("%s : %s", l("Brawling"),
+ (isfocused(SKILL_BRAWLING) ? l("Yes") : l("No")));
+ mesc l("%s : %s", l("Speed"),
+ (isfocused(SKILL_SPEED) ? l("Yes") : l("No")));
+ mesc l("%s : %s", l("Resist Ailment"),
+ (isfocused(SKILL_RESIST_POISON) ? l("Yes") : l("No")));
+ mesc l("%s : %s", l("Astral Soul"),
+ (isfocused(SKILL_ASTRAL_SOUL) ? l("Yes") : l("No")));
+ mesc l("%s : %s", l("Raging"),
+ (isfocused(SKILL_RAGING) ? l("Yes") : l("No")));
.@t=getactivatedpoolskilllist();
menuint
l("Back"), -3,