summaryrefslogtreecommitdiff
path: root/npc/023-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-18 23:00:58 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-18 23:00:58 -0300
commite897bedf89245833f62711a454717f45abed570a (patch)
tree8bf3758b2d6e4ebc58f4c6907d3915ee74baf16b /npc/023-3
parenta48e31c872a6c4352a8715b2c9951be301e0bb37 (diff)
downloadserverdata-e897bedf89245833f62711a454717f45abed570a.tar.gz
serverdata-e897bedf89245833f62711a454717f45abed570a.tar.bz2
serverdata-e897bedf89245833f62711a454717f45abed570a.tar.xz
serverdata-e897bedf89245833f62711a454717f45abed570a.zip
Make Roulling Boulders 20ms slower :>
Diffstat (limited to 'npc/023-3')
-rw-r--r--npc/023-3/logic.txt8
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);