summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-0-1/professor.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/003-0-1/professor.txt b/npc/003-0-1/professor.txt
index f0a0685fd..0fa668d56 100644
--- a/npc/003-0-1/professor.txt
+++ b/npc/003-0-1/professor.txt
@@ -89,13 +89,13 @@ OnSpeeching:
.@x=1;
case 201600:
// +1 week, +403,200 exp
- .@x=(AFKING >= 201600 ? 2 : 1);
+ .@x=(AFKING >= 201600 ? 2 : .@x);
case 864000:
// +1 month, +2,592,000 exp
- .@x=(AFKING >= 864000 ? 3 : 2);
+ .@x=(AFKING >= 864000 ? 3 : .@x);
case 2592000:
// +3 months, +10,368,000 exp
- .@x=(AFKING >= 2592000 ? 4 : 3);
+ .@x=(AFKING >= 2592000 ? 4 : .@x);
// Note: In the needed time (~4 months) you should be over 90 if you
// were fighting instead...
skill(TMW2_SPEECH, .@x, 0);