diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-0-1/professor.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-0-1/professor.txt b/npc/003-0-1/professor.txt index 59897c42b..f0a0685fd 100644 --- a/npc/003-0-1/professor.txt +++ b/npc/003-0-1/professor.txt @@ -64,9 +64,9 @@ OnSpeeching: if (gethominfo(0)) gethomunexp(1); - // Research happens roughly every minute, based on Study skill + // Research happens roughly every five minutes, based on Study skill if (getskilllv(TMW2_STUDY)) { - if (AFKING % 20 == 0) + if (AFKING % 100 == 0) MAGIC_RP+=getskilllv(TMW2_STUDY); } |