diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-27 16:16:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-27 16:16:24 -0300 |
commit | bc964a6145180d7bbda5696ab5ea051494cbe4bb (patch) | |
tree | 3e6852339bb8feb048bef00b20befff9dd8b58b4 /npc | |
parent | c846102b5cf9d9422fd8238356f9bfcbe55039aa (diff) | |
download | serverdata-bc964a6145180d7bbda5696ab5ea051494cbe4bb.tar.gz serverdata-bc964a6145180d7bbda5696ab5ea051494cbe4bb.tar.bz2 serverdata-bc964a6145180d7bbda5696ab5ea051494cbe4bb.tar.xz serverdata-bc964a6145180d7bbda5696ab5ea051494cbe4bb.zip |
Readability. No bug at Professor.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-0-1/professor.txt | 6 |
1 files 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) { |