From 08b14b5ef166a9ad2e81f65554030af26b912b2b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 9 Apr 2019 18:39:46 -0300 Subject: Timer bug --- npc/017-1/paxel.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/017-1') diff --git a/npc/017-1/paxel.txt b/npc/017-1/paxel.txt index 87eb7e3fb..f71d16d77 100644 --- a/npc/017-1/paxel.txt +++ b/npc/017-1/paxel.txt @@ -193,7 +193,7 @@ OnOmattizator: } npctalk3 l("Unsit me at once!"); emotion E_FURIOUS; - addtimer(1000, "Paxel::OnOmattizator2"); + addtimer(3000, "Paxel::OnOmattizator2"); end; OnOmattizator2: @@ -219,7 +219,7 @@ OnOmattizator3: } npctalk3 l("I HAVE WARNED YOU!!!!!"); emotion E_FURIOUS; - addtimer(1000, "Paxel::OnOmattizator4"); + addtimer(3000, "Paxel::OnOmattizator4"); end; OnOmattizator4: -- cgit v1.2.3-60-g2f50