diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-09 11:49:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-09 11:49:22 -0300 |
commit | b7d3574a2e06e1d09c6d4491fd523d239019b26a (patch) | |
tree | ae3c80f35a8b4f807944543beab185f7dd7f1a0e /npc/003-2/hiddenwarp.txt | |
parent | c0126fd54d68bad404f112f6a4bd05132e564068 (diff) | |
download | serverdata-b7d3574a2e06e1d09c6d4491fd523d239019b26a.tar.gz serverdata-b7d3574a2e06e1d09c6d4491fd523d239019b26a.tar.bz2 serverdata-b7d3574a2e06e1d09c6d4491fd523d239019b26a.tar.xz serverdata-b7d3574a2e06e1d09c6d4491fd523d239019b26a.zip |
Fix typor13.3_20210308
Diffstat (limited to 'npc/003-2/hiddenwarp.txt')
-rw-r--r-- | npc/003-2/hiddenwarp.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-2/hiddenwarp.txt b/npc/003-2/hiddenwarp.txt index 62ec4b60c..686826995 100644 --- a/npc/003-2/hiddenwarp.txt +++ b/npc/003-2/hiddenwarp.txt @@ -12,5 +12,7 @@ OnTouch: warp "003-2-1", 47, 34; else npctalk3 l("Complaints Depto. temporaly closed, come back later"); + if (getq2(Q_DragonFarm) > gettimetick(2)) + npctalk3 l("Time remaining: %s", FuzzyTime(getq2(Q_DragonFarm))); end; } |