From 1aa89cc594acc3a39e6194df10f784353cb971c9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 5 Dec 2022 10:16:40 -0300 Subject: Reminder that being elected does not cancel exiles --- npc/functions/politics.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/npc/functions/politics.txt b/npc/functions/politics.txt index 3b942e3b4..6d6001131 100644 --- a/npc/functions/politics.txt +++ b/npc/functions/politics.txt @@ -407,6 +407,8 @@ function script POL_Manage { mesc l("Town Reputation: %d | %d.%02d %% Tax", .@RP, .@TX/100, .@TX%100), 2; mesc l("Town Weekly Exports: @@", .@EX), 2; mesc l("Total actions left: %d", .@left), (.@left > 1 ? 9 : 1); + if (#EXILED & .@TP) + mesc l("WARNING: A previous town admin exiled you. The effects will persist unless you revert your own exile."), 1; next; menuint l("Nothing"), 0, -- cgit v1.2.3-70-g09d2