diff options
-rw-r--r-- | npc/functions/politics.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; |