diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-09 17:44:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-09 17:44:36 -0300 |
commit | f65af9538d51b95fba1efd0e61d2d6c4c19652d3 (patch) | |
tree | 21ce562b96dfd5b4e54753b3523350dd5a3f7d31 /npc | |
parent | ec60fb0d4382bac5d6bc579934f3631a79ad94fa (diff) | |
download | serverdata-f65af9538d51b95fba1efd0e61d2d6c4c19652d3.tar.gz serverdata-f65af9538d51b95fba1efd0e61d2d6c4c19652d3.tar.bz2 serverdata-f65af9538d51b95fba1efd0e61d2d6c4c19652d3.tar.xz serverdata-f65af9538d51b95fba1efd0e61d2d6c4c19652d3.zip |
Update POL_Information with new rules
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/politics.txt | 6 |
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; } |