diff options
author | Reid <reidyaro@gmail.com> | 2016-03-01 08:24:46 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-03-01 19:04:14 +0100 |
commit | f4681a67acbc5c3a8920ef4f4c498b7b85695525 (patch) | |
tree | f80b645fb619573cbbf705dbaead29632552aaf6 | |
parent | 2c5358371e57440ca703d8a6338a3a109a621832 (diff) | |
download | serverdata-f4681a67acbc5c3a8920ef4f4c498b7b85695525.tar.gz serverdata-f4681a67acbc5c3a8920ef4f4c498b7b85695525.tar.bz2 serverdata-f4681a67acbc5c3a8920ef4f4c498b7b85695525.tar.xz serverdata-f4681a67acbc5c3a8920ef4f4c498b7b85695525.zip |
Reduce mouboo speed.
-rw-r--r-- | npc/001-1/mouboo.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/001-1/mouboo.txt b/npc/001-1/mouboo.txt index bcb80031..be0294e1 100644 --- a/npc/001-1/mouboo.txt +++ b/npc/001-1/mouboo.txt @@ -15,6 +15,7 @@ OnTimer2000: OnInit: .distance = 2; .sex = G_OTHER; + .speed = 600; mouboograph; } @@ -29,6 +30,7 @@ OnTimer2000: OnInit: .distance = 2; .sex = G_OTHER; + .speed = 600; mouboograph; } @@ -43,6 +45,7 @@ OnTimer2000: OnInit: .distance = 2; .sex = G_OTHER; + .speed = 600; mouboograph; } @@ -57,5 +60,6 @@ OnTimer2000: OnInit: .distance = 2; .sex = G_OTHER; + .speed = 600; mouboograph; } |