From bc964a6145180d7bbda5696ab5ea051494cbe4bb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 27 Jan 2020 16:16:24 -0300 Subject: Readability. No bug at Professor. --- npc/003-0-1/professor.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/npc/003-0-1/professor.txt b/npc/003-0-1/professor.txt index 8e3186090..aeeed932d 100644 --- a/npc/003-0-1/professor.txt +++ b/npc/003-0-1/professor.txt @@ -55,8 +55,10 @@ OnSpeeching: // Note you don't need to sit, only be idle. if (is_between(2, .@maxafk, checkidle())) { .@sk=getskilllv(TMW2_SPEECH); - getexp 1+.@sk,1+(.@sk/2); - // dispbottom l("It is a boring speech..."); + .@bxp=1+.@sk; + .@jxp=1+(.@sk/2); + + getexp .@bxp, .@jxp; // If you are learning TMW2_READANCIENTLANGUAGES if (ANCIENTLANGUAGEBOUNCER) { -- cgit v1.2.3-60-g2f50