summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-05 08:58:23 -0300
committerJesusaves <cpntb1@ymail.com>2020-02-05 08:58:23 -0300
commit43d307bda15fd969a7d79d95bb80f0900a8911b2 (patch)
tree4c37baf43d91d16fc5101cbfefe6b1df64bd604f
parent2b2537f6d5aa4726f8890122e3b1613949d42807 (diff)
downloadserverdata-43d307bda15fd969a7d79d95bb80f0900a8911b2.tar.gz
serverdata-43d307bda15fd969a7d79d95bb80f0900a8911b2.tar.bz2
serverdata-43d307bda15fd969a7d79d95bb80f0900a8911b2.tar.xz
serverdata-43d307bda15fd969a7d79d95bb80f0900a8911b2.zip
As a good side, town admins won't get impeachment %%n
-rw-r--r--npc/functions/politics.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/politics.txt b/npc/functions/politics.txt
index 8ae2711eb..8dfbb2aaf 100644
--- a/npc/functions/politics.txt
+++ b/npc/functions/politics.txt
@@ -285,6 +285,8 @@ function script POL_Information {
next;
mesc l("The town administrator benefits for free services on the town.");
mesc l("Also, they can control the city taxes, which incide upon purchases and sales within the town.");
+ mesc l("However, they must visit their town office and do daily paperwork, every day. Otherwise, town reputation will go down.");
+ mesc l("If town reputation reaches zero, the town will only be able to get money with taxes.");
return;
}