summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-30 21:09:35 -0300
committerJesusaves <cpntb1@ymail.com>2021-05-30 21:09:35 -0300
commit0df5528282d2435a6fc7c1a1b852c7add3589884 (patch)
tree1a5ed9bcfaa576717054f5b47a5373311125e67a
parentbb371e2c62c176f80e48cbb2e079e8235b28a9ca (diff)
downloadserverdata-0df5528282d2435a6fc7c1a1b852c7add3589884.tar.gz
serverdata-0df5528282d2435a6fc7c1a1b852c7add3589884.tar.bz2
serverdata-0df5528282d2435a6fc7c1a1b852c7add3589884.tar.xz
serverdata-0df5528282d2435a6fc7c1a1b852c7add3589884.zip
Increase the effectivity of investments in exportations.
I mean, it's almost a rip-off 500 GP for 5 GP increment
-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;