summaryrefslogtreecommitdiff
path: root/npc/023-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-09-13 23:11:27 -0300
committerJesusaves <cpntb1@ymail.com>2019-09-13 23:11:27 -0300
commit6d24cf0b0afa88c1330c04ef2d077554fb982b24 (patch)
treeb10ade111c312489772dbab3a5362d592abb268e /npc/023-3
parent374743805ee7eab91d6dffe6f18a886b7059ca64 (diff)
downloadserverdata-6d24cf0b0afa88c1330c04ef2d077554fb982b24.tar.gz
serverdata-6d24cf0b0afa88c1330c04ef2d077554fb982b24.tar.bz2
serverdata-6d24cf0b0afa88c1330c04ef2d077554fb982b24.tar.xz
serverdata-6d24cf0b0afa88c1330c04ef2d077554fb982b24.zip
Use more frenetic timers (0.12s). This should also fix the glitch where stones
don't hit you
Diffstat (limited to 'npc/023-3')
-rw-r--r--npc/023-3/logic.txt6
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);