diff options
-rw-r--r-- | npc/functions/politics.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/politics.txt b/npc/functions/politics.txt index 7c9dd5c8d..3fe89a765 100644 --- a/npc/functions/politics.txt +++ b/npc/functions/politics.txt @@ -430,6 +430,8 @@ function script POL_Manage { if (rand2(3) == 1) setd(.@town$+"_REPUTATION", limit(0, .@RP+1, 100)); setd(.@town$+"_DAILYQUEST", gettimeparam(GETTIME_DAYOFMONTH)); + getexp rand2(BaseLevel+JobLevel), rand2(BaseLevel+JobLevel); + Mobpt += rand2(JobLevel); mesc l("You dealt with paperwork."), 2; break; // Mark 10: Exports |