diff options
-rw-r--r-- | npc/023-3/logic.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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); |