summaryrefslogtreecommitdiff
path: root/npc/002-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-04 13:15:36 -0300
committerJesusaves <cpntb1@ymail.com>2020-02-04 13:15:36 -0300
commit9c1a75f6de2e0a255107d251431106cc70c2fd52 (patch)
tree7b99a178084b21133e74c2af85058538b0024b3d /npc/002-3
parentfb57e4b8ab8db4b675837be6d301d81ac88d3927 (diff)
downloadserverdata-9c1a75f6de2e0a255107d251431106cc70c2fd52.tar.gz
serverdata-9c1a75f6de2e0a255107d251431106cc70c2fd52.tar.bz2
serverdata-9c1a75f6de2e0a255107d251431106cc70c2fd52.tar.xz
serverdata-9c1a75f6de2e0a255107d251431106cc70c2fd52.zip
Mostly typo fixes, also allow up to 15 minutes to use @welcome command.
Diffstat (limited to 'npc/002-3')
-rw-r--r--npc/002-3/nard.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt
index 46aedbbcd..5d6751e58 100644
--- a/npc/002-3/nard.txt
+++ b/npc/002-3/nard.txt
@@ -81,7 +81,7 @@ L_Checker:
getitem MercCard_EH, 1;
// Welcome handling
if (!#REG_DATE) {
- $@WELCOME_TIMER=gettimetick(2)+600; // 10 minutes
+ $@WELCOME_TIMER=gettimetick(2)+900; // 15 minutes
kamibroadcast("Hey, look, I've rescued \""+strcharinfo(0)+"\" from the sea! Who will @welcome them?!", "Nard");
#REG_DATE=gettimetick(2);
}