diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-20 15:37:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-20 15:37:11 -0300 |
commit | 6feac86b09df547feed0589fe61877c22b5d5bde (patch) | |
tree | 5071f52a44a6d8a78d3957a2a6eb3487bdcfd4be /npc/functions/util.txt | |
parent | 0fed099bb375cdfb19802dd69a88575c6b4f5ab6 (diff) | |
download | serverdata-6feac86b09df547feed0589fe61877c22b5d5bde.tar.gz serverdata-6feac86b09df547feed0589fe61877c22b5d5bde.tar.bz2 serverdata-6feac86b09df547feed0589fe61877c22b5d5bde.tar.xz serverdata-6feac86b09df547feed0589fe61877c22b5d5bde.zip |
Magic numbers are easier to work with on this case (jk)
Diffstat (limited to 'npc/functions/util.txt')
-rw-r--r-- | npc/functions/util.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/npc/functions/util.txt b/npc/functions/util.txt index 9228e8f25..7402e90a2 100644 --- a/npc/functions/util.txt +++ b/npc/functions/util.txt @@ -77,21 +77,8 @@ function script nard_reputation { } -/* -// Calcs maximum reputation for each destination -function script marine_maxre { - if (getarg(0) == "Tulim") - return 10; - if (getarg(0) == "Hurns") - return 3; - dispbottom l("Error, marine_maxre invalid @@", getarg(0, "-NO ARGS SUPPLIED-")); - return -1; -} -*/ - // Returns reputation with the La Marine for discounts // Takes one argument (PC_DEST$). Grep for "getarg". -// Before updating this, update marine_maxre too! function script reputation { .@nr=0; // Base reputation |