diff options
Diffstat (limited to 'npc/023-3/logic.txt')
-rw-r--r-- | npc/023-3/logic.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/023-3/logic.txt b/npc/023-3/logic.txt index 620d18bd0..dfbf76d15 100644 --- a/npc/023-3/logic.txt +++ b/npc/023-3/logic.txt @@ -266,12 +266,12 @@ OnTimer250: end; OnInit: - npcspeed(220); + npcspeed(240); initnpctimer; npcwalkto(47, 41); end; -OnTimer220: +OnTimer240: if (.y >= 40) { movenpc(.name$, 47, 23); npcwalkto(47, 41); @@ -296,12 +296,12 @@ OnTouchNPC: end; OnInit: - npcspeed(220); + npcspeed(240); initnpctimer; npcwalkto(48, 41); end; -OnTimer220: +OnTimer240: if (.y >= 40) { movenpc(.name$, 48, 23); npcwalkto(48, 41); |