summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/005-1-1/main.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/005-1-1/main.txt b/npc/005-1-1/main.txt
index 263ff287d..34592ab8f 100644
--- a/npc/005-1-1/main.txt
+++ b/npc/005-1-1/main.txt
@@ -108,7 +108,7 @@ OnBegin:
// Minimum 80 sec
// Maximum 100 sec
addtimer(10, "Nylo#Marggo::OnSpawn");
- addtimer(850, "Nylo#Marggo::OnInteract");
+ addtimer(400, "Nylo#Marggo::OnInteract");
addtimer(180000, "Nylo#Marggo::OnFinish");
end;
@@ -163,7 +163,7 @@ OnInteract:
// Continue the cycle
if (getmap() ~= "MRGO*" || getmap() ~= "005-1-1")
- addtimer(850, "Nylo#Marggo::OnInteract");
+ addtimer(400, "Nylo#Marggo::OnInteract");
end;
// A maggot was killed