From 8c04d08d05e87d15530f96a89210d6c2c0f31d95 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 10 Feb 2019 02:25:43 -0200 Subject: Run OnInteract with more frequency at Marggo. The first crop is doomed. --- npc/005-1-1/main.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') 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 -- cgit v1.2.3-60-g2f50