From 0293e9cdb644bb70576024c76c69216a6d0767bf Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 11 Apr 2021 13:23:24 -0300 Subject: Allow Luca to focus/unfocus even if he is not teaching the skill --- npc/commands/debug.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'npc/commands') 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, -- cgit v1.2.3-60-g2f50