diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-07 21:11:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-07 21:11:02 -0300 |
commit | 39390c8538825e15a00714fe4948ccc4170c313c (patch) | |
tree | eaa868d90ca2d043a23d5f41a05b03022c6fdbd7 /npc/009-2 | |
parent | e939e9882c0a45b1cebf471e39c9d63298840ac2 (diff) | |
download | serverdata-39390c8538825e15a00714fe4948ccc4170c313c.tar.gz serverdata-39390c8538825e15a00714fe4948ccc4170c313c.tar.bz2 serverdata-39390c8538825e15a00714fe4948ccc4170c313c.tar.xz serverdata-39390c8538825e15a00714fe4948ccc4170c313c.zip |
Report town stats to town admin (money, tax, exports, reputation)
Diffstat (limited to 'npc/009-2')
-rw-r--r-- | npc/009-2/politics.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/009-2/politics.txt b/npc/009-2/politics.txt index 1170ebdc3..d848f3138 100644 --- a/npc/009-2/politics.txt +++ b/npc/009-2/politics.txt @@ -12,7 +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; + POL_TownInfo("HALIN"); mesc l("Application fee: @@ GP", .applytax); next; select |