diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-22 11:01:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-22 11:01:42 -0300 |
commit | ed6d76d47341103b2eb5389d805ae12103af3e70 (patch) | |
tree | 621d12b482403b6ae2487acfece69281f09bd30e /npc/012-2/melina.txt | |
parent | afbbaaeef8e958c8eaeec1b8adbc2e1656c828a1 (diff) | |
download | serverdata-ed6d76d47341103b2eb5389d805ae12103af3e70.tar.gz serverdata-ed6d76d47341103b2eb5389d805ae12103af3e70.tar.bz2 serverdata-ed6d76d47341103b2eb5389d805ae12103af3e70.tar.xz serverdata-ed6d76d47341103b2eb5389d805ae12103af3e70.zip |
Melina stays on same spot for too long
Diffstat (limited to 'npc/012-2/melina.txt')
-rw-r--r-- | npc/012-2/melina.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/012-2/melina.txt b/npc/012-2/melina.txt index 488090446..a9f96133a 100644 --- a/npc/012-2/melina.txt +++ b/npc/012-2/melina.txt @@ -33,19 +33,19 @@ OnInit: initpath "move", 54, 43, "dir", DOWN, 0, - "wait", 60, 0, + "wait", 20, 0, "move", 43, 43, "dir", DOWN, 0, - "wait", 60, 0, + "wait", 20, 0, "move", 48, 45, "dir", DOWN, 0, - "wait", 60, 0, + "wait", 20, 0, "move", 58, 42, "dir", DOWN, 0, - "wait", 60, 0, + "wait", 20, 0, "move", 35, 43, "dir", DOWN, 0, - "wait", 30, 0; + "wait", 20, 0; initialmove; initnpctimer; |