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