diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index 1a4e2fc95..bfccf5324 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -105,25 +105,25 @@ OnInit: initpath "move", 98, 104,
"dir", DOWN, 0,
- "wait", 1, 0,
+ "wait", 60, 0,
"move", 84, 100,
"dir", DOWN, 0,
- "wait", 1, 0,
+ "wait", 45, 0,
"move", 93, 110,
"dir", DOWN, 0,
- "wait", 1, 0,
+ "wait", 70, 0,
"move", 101, 106,
"dir", RIGHT, 0,
- "wait", 1, 0,
+ "wait", 12, 0,
"move", 98, 104,
"dir", DOWN, 0,
- "wait", 1, 0,
+ "wait", 68, 0,
"move", 93, 110,
"dir", DOWN, 0,
- "wait", 1, 0,
+ "wait", 90, 0,
"move", 111, 109,
"dir", DOWN, 0,
- "wait", 1, 0;
+ "wait", 11, 0;
initialmove;
initnpctimer;
.distance = 5;
|