diff options
-rw-r--r-- | npc/functions/politics.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/politics.txt b/npc/functions/politics.txt index 95f12399f..8a2ad6d27 100644 --- a/npc/functions/politics.txt +++ b/npc/functions/politics.txt @@ -381,7 +381,7 @@ function script POL_Manage { // Mark 0: Cycle case 1: if (rand(3) == 1) - setd(.@town$+"_REPUTATION", .@RP+1); + setd(.@town$+"_REPUTATION", limit(0, .@RP+1, 100)); setd(.@town$+"_DAILYQUEST", gettimeparam(GETTIME_DAYOFMONTH)); mesc l("You dealt with paperwork."), 2; break; |