diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-13 23:29:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-13 23:29:04 -0300 |
commit | 3713a15951b2fb9256f98452fb6c2b1c4a61dc84 (patch) | |
tree | dfa2a712f4eb54546fcb4d938892aeb344e13600 /npc/023-3/logic.txt | |
parent | 9908c033032bc9dca5a0eb450a3b38b72a40ca52 (diff) | |
download | serverdata-3713a15951b2fb9256f98452fb6c2b1c4a61dc84.tar.gz serverdata-3713a15951b2fb9256f98452fb6c2b1c4a61dc84.tar.bz2 serverdata-3713a15951b2fb9256f98452fb6c2b1c4a61dc84.tar.xz serverdata-3713a15951b2fb9256f98452fb6c2b1c4a61dc84.zip |
Because lack of animations, rolling stones will now roll you to a "safe" spot
Diffstat (limited to 'npc/023-3/logic.txt')
-rw-r--r-- | npc/023-3/logic.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/023-3/logic.txt b/npc/023-3/logic.txt index 2a2f1e440..665a7fe50 100644 --- a/npc/023-3/logic.txt +++ b/npc/023-3/logic.txt @@ -284,7 +284,7 @@ OnTimer120: OnTouchie: percentheal -40, -40; - slide 47, 42; + slide 49, 41; end; OnTouchNPC: @@ -298,7 +298,7 @@ OnTouchNPC: OnInit: npcspeed(240); initnpctimer; - npcwalkto(48, 41); + npcwalkto(49, 41); end; OnTimer120: |