diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-16 12:14:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-16 12:14:32 -0300 |
commit | 34836c434f288a4030e813b93c210803aa1a3daa (patch) | |
tree | 976296e54cdc8eda8dffa20406388e52e08c831d /npc/functions/politics.txt | |
parent | 1c759cb9a446437a08e4906326119b7c1838d1e9 (diff) | |
download | serverdata-34836c434f288a4030e813b93c210803aa1a3daa.tar.gz serverdata-34836c434f288a4030e813b93c210803aa1a3daa.tar.bz2 serverdata-34836c434f288a4030e813b93c210803aa1a3daa.tar.xz serverdata-34836c434f288a4030e813b93c210803aa1a3daa.zip |
Whitespace fixing
Diffstat (limited to 'npc/functions/politics.txt')
-rw-r--r-- | npc/functions/politics.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/functions/politics.txt b/npc/functions/politics.txt index 1792b73f9..faa6133f8 100644 --- a/npc/functions/politics.txt +++ b/npc/functions/politics.txt @@ -7,12 +7,12 @@ // not a citzen (yet). It'll be... I'll think in a name better than Minister. // Perhaps, Town Administrator. // NPCs: -// Tulim - -// Halin - +// Tulim - +// Halin - // Hurns - Airlia -// LoF - -// Nival - -// Frostia - +// LoF - +// Nival - +// Frostia - // Variables: // $LOC_MAYOR$ - Stores the name of current Hurnscald Mayor // $LOC_MONEY - Total money reserves of Hurnscald @@ -30,7 +30,7 @@ function script PurchaseTaxes { .@tax=0; for (.@i=0; .@i < getarraysize(@bought_nameid); .@i++) { - // Note: Some NPC might not + // Note: Some NPC might not .@price=getiteminfo(@bought_nameid[.@i], ITEMINFO_BUYPRICE); .@tax+=.@price*@bought_quantity[.@i]; } @@ -50,7 +50,7 @@ function script PurchaseTaxes { function script SaleTaxes { .@tax=0; for (.@i=0; .@i < getarraysize(@sold_nameid); .@i++) { - // Note: Some NPC might not + // Note: Some NPC might not .@price=getiteminfo(@sold_nameid[.@i], ITEMINFO_SELLPRICE); .@tax+=.@price*@sold_quantity[.@i]; } |