diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-12-19 03:48:41 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-12-19 03:48:41 -0300 |
commit | c28556b29597dd95ccae9adf487df28c828ff670 (patch) | |
tree | 277202deeeacef950ce405b3ec42985690fd0fad /npc/functions/gmbot.txt | |
parent | c61b681d512780efce007e9ea617a65f57b691f7 (diff) | |
download | serverdata-c28556b29597dd95ccae9adf487df28c828ff670.tar.gz serverdata-c28556b29597dd95ccae9adf487df28c828ff670.tar.bz2 serverdata-c28556b29597dd95ccae9adf487df28c828ff670.tar.xz serverdata-c28556b29597dd95ccae9adf487df28c828ff670.zip |
Golbarez: Real Estate Credit Convertion at a 150% ratio
Diffstat (limited to 'npc/functions/gmbot.txt')
-rw-r--r-- | npc/functions/gmbot.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/gmbot.txt b/npc/functions/gmbot.txt index dcab8acb2..7e4bc903c 100644 --- a/npc/functions/gmbot.txt +++ b/npc/functions/gmbot.txt @@ -71,7 +71,7 @@ OnTimer300000: } } - // Min. 2 NPCs for the Lightbringer to show up + // Min. 2 PCs for the Lightbringer to show up if (!.busy) { if (.users <= 2 && !$@GM_OVERRIDE) { disablenpc .name$; |