diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-06-21 10:42:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-06-21 10:42:05 -0300 |
commit | a1d83c53b81fc614aadb7783133e16efc8946140 (patch) | |
tree | eecccd02af0a9bff9d792ee5106c2be5b490a9e3 /npc/024-11/politics.txt | |
parent | 32b727959f1b4595d95e1c75b27ac7e49f66b5e3 (diff) | |
download | serverdata-a1d83c53b81fc614aadb7783133e16efc8946140.tar.gz serverdata-a1d83c53b81fc614aadb7783133e16efc8946140.tar.bz2 serverdata-a1d83c53b81fc614aadb7783133e16efc8946140.tar.xz serverdata-a1d83c53b81fc614aadb7783133e16efc8946140.zip |
Frostia politics and elves
Diffstat (limited to 'npc/024-11/politics.txt')
-rw-r--r-- | npc/024-11/politics.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/024-11/politics.txt b/npc/024-11/politics.txt index ce83a920a..efb7fcb80 100644 --- a/npc/024-11/politics.txt +++ b/npc/024-11/politics.txt @@ -12,7 +12,10 @@ 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; + if (Class != Elven) + mesc l("Only elves may run to Town Admin Office in Frostia!"), 1; + else + mesc l("Hey, you're an elf, cool! But you still cannot run for office here!"), 1; close; POL_TownInfo("FROSTIA"); mesc l("Application fee: @@ GP", .applytax); |