diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-12-05 10:16:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-12-05 10:16:40 -0300 |
commit | 1aa89cc594acc3a39e6194df10f784353cb971c9 (patch) | |
tree | feee90ccea029f436e16553284f574f61441ae2e /npc/functions | |
parent | f9158194ce03b0d8a02ea13fa3873e2cea58d49f (diff) | |
download | serverdata-1aa89cc594acc3a39e6194df10f784353cb971c9.tar.gz serverdata-1aa89cc594acc3a39e6194df10f784353cb971c9.tar.bz2 serverdata-1aa89cc594acc3a39e6194df10f784353cb971c9.tar.xz serverdata-1aa89cc594acc3a39e6194df10f784353cb971c9.zip |
Reminder that being elected does not cancel exiles
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/politics.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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, |