From 1904e3ee35069dd35a45a5f69b5e7ddc5ed79ccc Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 28 May 2021 13:05:00 -0300 Subject: Luca: Add the missing options, even if they are for naught --- npc/002-1/luca.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/npc/002-1/luca.txt b/npc/002-1/luca.txt index 1b4ca152..747ea0f8 100644 --- a/npc/002-1/luca.txt +++ b/npc/002-1/luca.txt @@ -231,7 +231,9 @@ L_Teachmore: mesc l("%s : %s", l("Raging"), (isfocused(SKILL_RAGING) ? l("Yes") : l("No"))); menuint - l("Back"), -3, + l("I'm done for now, thanks!"), -3, + l("Can you explain skills again?"), -2, + l("Can you teach me a skill?"), -1, rif(getskilllv(SKILL_MALLARDS_EYE), l("%s Mallards Eye", minf(SKILL_MALLARDS_EYE))), SKILL_MALLARDS_EYE, @@ -253,6 +255,8 @@ L_Teachmore: mes ""; switch (@menuret) { case -3: close; + case -2: goto L_Explain; + case -1: mesn; mesq l("Not yet."); next; break; default: if (FOCUSING & getpoolskillFID(@menuret)) { unpoolskill(@menuret); -- cgit v1.2.3-60-g2f50