diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-26 12:54:18 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-26 12:54:18 -0300 |
commit | 937922483e45c64536a1986779eee5a7b0b88fa2 (patch) | |
tree | 6f4c6e3e97797f4eb25ecf724c260de42b6409c7 /npc/003-3/malindou.txt | |
parent | 9b4d09b1620915f3f105f6d9b5e1e1c7d99f4efc (diff) | |
download | serverdata-937922483e45c64536a1986779eee5a7b0b88fa2.tar.gz serverdata-937922483e45c64536a1986779eee5a7b0b88fa2.tar.bz2 serverdata-937922483e45c64536a1986779eee5a7b0b88fa2.tar.xz serverdata-937922483e45c64536a1986779eee5a7b0b88fa2.zip |
Conduct elections :>
Mayor will be reelected if nobody runs for the office.
But they are not automatically candidate, meaning they lose the office if
someone else runs and gets zero votes.
Diffstat (limited to 'npc/003-3/malindou.txt')
-rw-r--r-- | npc/003-3/malindou.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 952ba67a8..a27b8cf4d 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -429,17 +429,17 @@ OnInit: // $LOC_REPUTATION - Town reputation. Affects Max Tax and Weekly Income. // Tulim - $TULIM_MAYOR$="Saulc"; + $TULIM_MAYOR$="Saulc GM"; $TULIM_TAX=100; $TULIM_EXPORT=10000; $TULIM_REPUTATION=50; // Halin - $HALIN_MAYOR$="Saulc"; + $HALIN_MAYOR$="Saulc GM"; $HALIN_TAX=100; $HALIN_EXPORT=1000; $HALIN_REPUTATION=50; // Hurns - $HURNS_MAYOR$="Saulc"; + $HURNS_MAYOR$="Saulc GM"; $HURNS_TAX=100; $HURNS_EXPORT=3000; $HURNS_REPUTATION=50; |