summaryrefslogtreecommitdiff
path: root/npc/functions/politics.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-09-09 17:44:36 -0300
committerJesusaves <cpntb1@ymail.com>2019-09-09 17:44:36 -0300
commitf65af9538d51b95fba1efd0e61d2d6c4c19652d3 (patch)
tree21ce562b96dfd5b4e54753b3523350dd5a3f7d31 /npc/functions/politics.txt
parentec60fb0d4382bac5d6bc579934f3631a79ad94fa (diff)
downloadserverdata-f65af9538d51b95fba1efd0e61d2d6c4c19652d3.tar.gz
serverdata-f65af9538d51b95fba1efd0e61d2d6c4c19652d3.tar.bz2
serverdata-f65af9538d51b95fba1efd0e61d2d6c4c19652d3.tar.xz
serverdata-f65af9538d51b95fba1efd0e61d2d6c4c19652d3.zip
Update POL_Information with new rules
Diffstat (limited to 'npc/functions/politics.txt')
-rw-r--r--npc/functions/politics.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/functions/politics.txt b/npc/functions/politics.txt
index 6c6134a3c..1d4c89bf7 100644
--- a/npc/functions/politics.txt
+++ b/npc/functions/politics.txt
@@ -210,13 +210,13 @@ OnSun0000:
function script POL_Information {
mesc l("Weekly, at Sunday 00:00, elections are held.");
- mesc l("The current town administrator will be re-elected if there are no candidates.");
+ mesc l("The current town administrator will be inscribed for re-election automatically.");
mesc l("Town Administrator can use the town money for investments, and also receive a salary depending on how well the town is.");
next;
mesc l("A player may be the town admin of several different towns.");
mesc l("However, an account may only apply for an office weekly.");
- mesc l("The account with highest votes will win. Ties will be solved by date of application.");
- mesc l("An account may vote anywhere, but only once every day.");
+ mesc l("The account with highest votes will win. Ties will be solved by randomness.");
+ mesc l("An account may vote anywhere, but only once per town (weekly).");
next;
return;
}