diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-07 21:06:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-07 21:06:53 -0300 |
commit | e939e9882c0a45b1cebf471e39c9d63298840ac2 (patch) | |
tree | 3955197ebf452dcc3f7cf39e3e1b1783d5e5c5fb /npc/009-2/politics.txt | |
parent | b2b171e4000af9fcc63d3fa3c6fa52f623c076ec (diff) | |
download | serverdata-e939e9882c0a45b1cebf471e39c9d63298840ac2.tar.gz serverdata-e939e9882c0a45b1cebf471e39c9d63298840ac2.tar.bz2 serverdata-e939e9882c0a45b1cebf471e39c9d63298840ac2.tar.xz serverdata-e939e9882c0a45b1cebf471e39c9d63298840ac2.zip |
Report town money to town admins
Diffstat (limited to 'npc/009-2/politics.txt')
-rw-r--r-- | npc/009-2/politics.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/009-2/politics.txt b/npc/009-2/politics.txt index 4dc910226..1170ebdc3 100644 --- a/npc/009-2/politics.txt +++ b/npc/009-2/politics.txt @@ -12,6 +12,7 @@ do { mesc ".:: "+l("Halinarzo Townhall")+" ::.", 2; mesc l("Current Town Administrator: ")+$HALIN_MAYOR$, 3; + if (strcharinfo(0) == $HALIN_MAYOR$) mesc l("Town Money: @@", $HALIN_MONEY), 2; mesc l("Application fee: @@ GP", .applytax); next; select |