From eb3fd0fbedf7d312a0bb0de2aa8ed3d57a44fe60 Mon Sep 17 00:00:00 2001 From: Reid Date: Mon, 22 Feb 2016 22:34:56 +0100 Subject: Change from 30s to 12s the time between moon's complain msg. --- npc/001-2-2/moon.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/001-2-2/moon.txt') diff --git a/npc/001-2-2/moon.txt b/npc/001-2-2/moon.txt index 44b07e17..96589d38 100644 --- a/npc/001-2-2/moon.txt +++ b/npc/001-2-2/moon.txt @@ -16,7 +16,7 @@ function SayRandomGreeting { .@q = getq(ArtisQuests_Urchin); .@tick = gettimetick(1); - if (.@tick > @ArtisQuests_Urchin_MoonMsgTick + 30) + if (.@tick > @ArtisQuests_Urchin_MoonMsgTick + 12) { setarray .messages$[0], l("Ouch!"), l("It hurts so bad!"), l("Help me!"), l("Hurry up!"), -- cgit v1.2.3-60-g2f50