From 85138253ae1d1a60dc73d9cf0d3dca0aedb7a31c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 11 Sep 2019 12:44:14 -0300 Subject: Raise sale tax --- npc/functions/politics.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/functions/politics.txt') diff --git a/npc/functions/politics.txt b/npc/functions/politics.txt index 1d4c89bf7..a3721cf7c 100644 --- a/npc/functions/politics.txt +++ b/npc/functions/politics.txt @@ -45,7 +45,7 @@ function script PurchaseTaxes { return; } -// Proccess Taxes from sales (5% from purchase tax) +// Proccess Taxes from sales (7% from purchase tax) // SaleTaxes( Location ) function script SaleTaxes { .@tax=0; @@ -56,7 +56,7 @@ function script SaleTaxes { } .@loc$=strtoupper(getarg(0, LOCATION$)); .@vat=getd("$"+.@loc$+"_TAX"); - .@vat=.@vat/20; // Only 5% of purchase tax, this is often 0.05% + .@vat=.@vat/15; // Only 7% of purchase tax, this is often 0.07% .@tax=.@tax*.@vat/10000; if (.@tax) { debugmes "Sale: %s paid %d in taxes to %s prefecture!", strcharinfo(0), .@tax, .@loc$; -- cgit v1.2.3-60-g2f50