From a1d83c53b81fc614aadb7783133e16efc8946140 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 21 Jun 2020 10:42:05 -0300 Subject: Frostia politics and elves --- npc/024-11/politics.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'npc/024-11') 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); -- cgit v1.2.3-60-g2f50