diff options
-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; } |