From 0df5528282d2435a6fc7c1a1b852c7add3589884 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 30 May 2021 21:09:35 -0300 Subject: Increase the effectivity of investments in exportations. I mean, it's almost a rip-off 500 GP for 5 GP increment --- npc/functions/politics.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3-60-g2f50