From 4d078814ae919f7feec6a85750cdb037281a3e01 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 22 Jan 2020 03:33:21 -0300 Subject: Fix a bad display on political framework --- npc/functions/politics.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/functions/politics.txt b/npc/functions/politics.txt index 092d990dd..403a9e3dc 100644 --- a/npc/functions/politics.txt +++ b/npc/functions/politics.txt @@ -323,7 +323,7 @@ function script POL_TownInfo { .@RP=getd("$"+getarg(0)+"_REPUTATION"); 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 Reputation: %d | %d.%02d %% Tax", .@RP, .@TX/100, .@TX%100), 2; mesc l("Town Weekly Exports: @@", .@EX), 2; } return; -- cgit v1.2.3-70-g09d2