summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-2/politics.txt1
-rw-r--r--npc/009-2/politics.txt1
-rw-r--r--npc/012-7/politics.txt1
-rw-r--r--npc/017-10/politics.txt1
-rw-r--r--npc/020-7-1/politics.txt1
-rw-r--r--npc/024-11/politics.txt1
6 files changed, 6 insertions, 0 deletions
diff --git a/npc/003-2/politics.txt b/npc/003-2/politics.txt
index 176e4ef44..c262759da 100644
--- a/npc/003-2/politics.txt
+++ b/npc/003-2/politics.txt
@@ -12,6 +12,7 @@ do
{
mesc ".:: "+l("Tulimshar Townhall")+" ::.", 2;
mesc l("Current Town Administrator: ")+$TULIM_MAYOR$, 3;
+ if (strcharinfo(0) == $TULIM_MAYOR$) mesc l("Town Money: @@", $TULIM_MONEY), 2;
mesc l("Application fee: @@ GP", .applytax);
next;
select
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
diff --git a/npc/012-7/politics.txt b/npc/012-7/politics.txt
index c33b29050..271801694 100644
--- a/npc/012-7/politics.txt
+++ b/npc/012-7/politics.txt
@@ -12,6 +12,7 @@ do
{
mesc ".:: "+l("Hurnscald Townhall")+" ::.", 2;
mesc l("Current Town Administrator: ")+$HURNS_MAYOR$, 3;
+ if (strcharinfo(0) == $HURNS_MAYOR$) mesc l("Town Money: @@", $HURNS_MONEY), 2;
mesc l("Application fee: @@ GP", .applytax);
next;
select
diff --git a/npc/017-10/politics.txt b/npc/017-10/politics.txt
index 9d9d9cce1..2b90b0266 100644
--- a/npc/017-10/politics.txt
+++ b/npc/017-10/politics.txt
@@ -12,6 +12,7 @@ do
{
mesc ".:: "+l("Land Of Fire Townhall")+" ::.", 2;
mesc l("Current Town Administrator: ")+$LOF_MAYOR$, 3;
+ if (strcharinfo(0) == $LOF_MAYOR$) mesc l("Town Money: @@", $LOF_MONEY), 2;
mesc l("Application fee: @@ GP", .applytax);
next;
select
diff --git a/npc/020-7-1/politics.txt b/npc/020-7-1/politics.txt
index cffba5600..7bf312945 100644
--- a/npc/020-7-1/politics.txt
+++ b/npc/020-7-1/politics.txt
@@ -12,6 +12,7 @@ do
{
mesc ".:: "+l("Nivalis Townhall")+" ::.", 2;
mesc l("Current Town Administrator: ")+$NIVAL_MAYOR$, 3;
+ if (strcharinfo(0) == $NIVAL_MAYOR$) mesc l("Town Money: @@", $NIVAL_MONEY), 2;
mesc l("Application fee: @@ GP", .applytax);
next;
select
diff --git a/npc/024-11/politics.txt b/npc/024-11/politics.txt
index fe65aa49a..489d6b5d1 100644
--- a/npc/024-11/politics.txt
+++ b/npc/024-11/politics.txt
@@ -12,6 +12,7 @@ do
{
mesc ".:: "+l("Frostia Townhall")+" ::.", 2;
mesc l("Current Town Administrator: ")+$FROSTIA_MAYOR$, 3;
+ if (strcharinfo(0) == $FROSTIA_MAYOR$) mesc l("Town Money: @@", $FROSTIA_MONEY), 2;
mesc l("Application fee: @@ GP", .applytax);
next;
select