diff options
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; } |