diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-09-14 19:59:42 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-09-14 19:59:42 -0600 |
commit | 4f8cf83370a6039a769fbf78cad8b6c5d41363b4 (patch) | |
tree | 94e788ec1a72a79ef7b553901255146f2ec1db16 /npc/021-1_Tulimshar | |
parent | cd69824ac119de684392079e5c20aa27fc3912b3 (diff) | |
download | serverdata-4f8cf83370a6039a769fbf78cad8b6c5d41363b4.tar.gz serverdata-4f8cf83370a6039a769fbf78cad8b6c5d41363b4.tar.bz2 serverdata-4f8cf83370a6039a769fbf78cad8b6c5d41363b4.tar.xz serverdata-4f8cf83370a6039a769fbf78cad8b6c5d41363b4.zip |
Make Itka's timer longer
Diffstat (limited to 'npc/021-1_Tulimshar')
-rw-r--r-- | npc/021-1_Tulimshar/bakery.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/021-1_Tulimshar/bakery.txt b/npc/021-1_Tulimshar/bakery.txt index 0cdb83ee..d7ca399f 100644 --- a/npc/021-1_Tulimshar/bakery.txt +++ b/npc/021-1_Tulimshar/bakery.txt @@ -7,7 +7,7 @@ mes "\"This bakery is the best!\""; close; -OnTimer60000: +OnTimer300000: npctalk "Come to the bakery!"; setnpctimer 0; end; |