From 646726a0a53dadc16b6eace7d70f6973f76c8437 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 11 Sep 2019 14:06:47 -0300 Subject: Report town data to GMs --- npc/functions/politics.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/functions/politics.txt') diff --git a/npc/functions/politics.txt b/npc/functions/politics.txt index a3721cf7c..19fdcda81 100644 --- a/npc/functions/politics.txt +++ b/npc/functions/politics.txt @@ -272,7 +272,7 @@ function script POL_TownInfo { .@TX=getd("$"+getarg(0)+"_TAX"); .@EX=getd("$"+getarg(0)+"_EXPORT"); .@RP=getd("$"+getarg(0)+"_REPUTATION"); - if (strcharinfo(0) == .@MAYOR$) { + if (strcharinfo(0) == .@MAYOR$ || is_gm()) { mesc l("Town Money: @@", .@GP), 2; mesc l("Town Reputation: @@ | @@.@@ %% Tax", .@RP, .@TX/100, .@TX%100), 2; mesc l("Town Weekly Exports: @@", .@EX), 2; -- cgit v1.2.3-60-g2f50