diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-11 00:37:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-11 00:37:42 -0300 |
commit | 73f1b9bec5af29d45047364ef60d141a2c14d416 (patch) | |
tree | 92d57d339b5fc0607eb1b5e7942866976474f9bf /npc/024-11 | |
parent | dc14760ef54ad333aae3f06878f5452c4eb66f8c (diff) | |
download | serverdata-73f1b9bec5af29d45047364ef60d141a2c14d416.tar.gz serverdata-73f1b9bec5af29d45047364ef60d141a2c14d416.tar.bz2 serverdata-73f1b9bec5af29d45047364ef60d141a2c14d416.tar.xz serverdata-73f1b9bec5af29d45047364ef60d141a2c14d416.zip |
Frostia Townhall: Close elections. If we ever have too many players we can
open it again, but for now, we can do with only 5 votable towns.
Diffstat (limited to 'npc/024-11')
-rw-r--r-- | npc/024-11/politics.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/024-11/politics.txt b/npc/024-11/politics.txt index ebeacddc4..ce83a920a 100644 --- a/npc/024-11/politics.txt +++ b/npc/024-11/politics.txt @@ -12,6 +12,8 @@ do { mesc ".:: "+l("Frostia Townhall")+" ::.", 2; mesc l("Current Town Administrator: ")+$FROSTIA_MAYOR$, 3; + mesc l("Only elves may run to Town Admin Office in Frostia!"), 1; + close; POL_TownInfo("FROSTIA"); mesc l("Application fee: @@ GP", .applytax); next; |