From 48d0deea88af0e3dbf9aa85822f5b5e9d2ee7b2f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 2 Sep 2019 17:22:06 -0300 Subject: It's possible to evade taxes, both when buying and selling. I'll need to force script to run event simply if it exists later, but for now... --- 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 773607b31..5679efa82 100644 --- a/npc/functions/politics.txt +++ b/npc/functions/politics.txt @@ -62,7 +62,7 @@ function script SaleTaxes { debugmes "Sale: %s paid %d in taxes to %s prefecture!", strcharinfo(0), .@tax, .@loc$; .@gp=getd("$"+.@loc$+"MONEY"); setd("$"+.@loc$+"_MONEY", .@gp+.@tax); - Zeny-=.@tax; + //Zeny-=.@tax; dispbottom col(l("%s is happy because you've paid %d GP in taxes!", getd("$"+.@loc$+"_MAYOR$"), .@tax), 1); } return; -- cgit v1.2.3-60-g2f50