diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-05 08:58:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-05 08:58:23 -0300 |
commit | 43d307bda15fd969a7d79d95bb80f0900a8911b2 (patch) | |
tree | 4c37baf43d91d16fc5101cbfefe6b1df64bd604f /npc | |
parent | 2b2537f6d5aa4726f8890122e3b1613949d42807 (diff) | |
download | serverdata-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
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/politics.txt | 2 |
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; } |