summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/politics.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/politics.txt b/npc/functions/politics.txt
index 1c983e8d9..aa8ab81d5 100644
--- a/npc/functions/politics.txt
+++ b/npc/functions/politics.txt
@@ -60,6 +60,8 @@ function script SaleTaxes {
if (.@tax) {
debugmes "Sale: %s paid %d in taxes to %s prefecture!", strcharinfo(0), .@tax, .@loc$;
setd("$"+.@loc$+"_TAX", .@vat+.@tax);
+ Zeny-=.@vat;
+ dispbottom col(l("%s is happy because you've paid %d GP in taxes!", getd("$"+.@loc$+"_MAYOR$"), .@vat), 1);
}
return;
}