diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-05-03 18:46:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-05-03 18:46:05 -0300 |
commit | 613c92bfb42a9a9b5145d3eadf386aeea1d5b824 (patch) | |
tree | 778566472185ac056352a8b6457f7103858e50f7 /npc/014-2-2 | |
parent | 5b728b1a3371c45e7682dcfb136791eef13ab140 (diff) | |
download | serverdata-613c92bfb42a9a9b5145d3eadf386aeea1d5b824.tar.gz serverdata-613c92bfb42a9a9b5145d3eadf386aeea1d5b824.tar.bz2 serverdata-613c92bfb42a9a9b5145d3eadf386aeea1d5b824.tar.xz serverdata-613c92bfb42a9a9b5145d3eadf386aeea1d5b824.zip |
Do the timer more often to minimize the chance of you failing the quest.
Diffstat (limited to 'npc/014-2-2')
-rw-r--r-- | npc/014-2-2/gemini.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/014-2-2/gemini.txt b/npc/014-2-2/gemini.txt index eca622ecb..ad5261000 100644 --- a/npc/014-2-2/gemini.txt +++ b/npc/014-2-2/gemini.txt @@ -120,7 +120,7 @@ OnCore: break; } } - addtimer(5000, "#Gemini::OnCore"); + addtimer(3000, "#Gemini::OnCore"); end; } |