summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/politics.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/politics.txt b/npc/functions/politics.txt
index cbeaadb73..30909b15a 100644
--- a/npc/functions/politics.txt
+++ b/npc/functions/politics.txt
@@ -440,7 +440,7 @@ function script POL_Manage {
if (askyesno() == ASK_YES) {
.@GP=getd("$"+getarg(0)+"_MONEY");
setd(.@town$+"_MONEY", .@GP-.@cost);
- setd(.@town$+"_EXPORT", .@EX+rand2(4,6));
+ setd(.@town$+"_EXPORT", .@EX+rand2(6,8));
TOWN_ACTIONS[.@TP]+=1;
mesc l("Investment executed"), 2;
next;