From 6d24cf0b0afa88c1330c04ef2d077554fb982b24 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 13 Sep 2019 23:11:27 -0300 Subject: Use more frenetic timers (0.12s). This should also fix the glitch where stones don't hit you --- npc/023-3/logic.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/023-3') diff --git a/npc/023-3/logic.txt b/npc/023-3/logic.txt index dfbf76d15..b936f0f0d 100644 --- a/npc/023-3/logic.txt +++ b/npc/023-3/logic.txt @@ -271,7 +271,7 @@ OnInit: npcwalkto(47, 41); end; -OnTimer240: +OnTimer120: if (.y >= 40) { movenpc(.name$, 47, 23); npcwalkto(47, 41); @@ -292,7 +292,7 @@ OnTouchNPC: end; } -023-3,48,25,0 script #0233RollStoneB NPC_ROLLINGSTONE,0,0,{ +023-3,48,26,0 script #0233RollStoneB NPC_ROLLINGSTONE,0,0,{ end; OnInit: @@ -301,7 +301,7 @@ OnInit: npcwalkto(48, 41); end; -OnTimer240: +OnTimer120: if (.y >= 40) { movenpc(.name$, 48, 23); npcwalkto(48, 41); -- cgit v1.2.3-70-g09d2