summaryrefslogtreecommitdiff
path: root/npc/001-1/mouboo.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2020-11-10 15:35:56 +0300
committerAndrei Karas <akaras@inbox.ru>2020-11-13 06:49:35 +0300
commitc4ad7a2bdcfc30e72df5c733221fa07a8d37c1ce (patch)
tree63b6ad7665e76ffb359f111abc9c1320e786bf6a /npc/001-1/mouboo.txt
parent5838c6001f2bf57c9cbe5753d3a667ac5a8ab984 (diff)
downloadserverdata-c4ad7a2bdcfc30e72df5c733221fa07a8d37c1ce.tar.gz
serverdata-c4ad7a2bdcfc30e72df5c733221fa07a8d37c1ce.tar.bz2
serverdata-c4ad7a2bdcfc30e72df5c733221fa07a8d37c1ce.tar.xz
serverdata-c4ad7a2bdcfc30e72df5c733221fa07a8d37c1ce.zip
Change body type back to gendergenderfix
Diffstat (limited to 'npc/001-1/mouboo.txt')
-rw-r--r--npc/001-1/mouboo.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/001-1/mouboo.txt b/npc/001-1/mouboo.txt
index 0cc5c7d2..055f697d 100644
--- a/npc/001-1/mouboo.txt
+++ b/npc/001-1/mouboo.txt
@@ -14,7 +14,7 @@ OnTimer2000:
OnInit:
.distance = 2;
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.speed = 600;
mouboograph;
}
@@ -29,7 +29,7 @@ OnTimer2000:
OnInit:
.distance = 2;
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.speed = 600;
mouboograph;
}
@@ -44,7 +44,7 @@ OnTimer2000:
OnInit:
.distance = 2;
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.speed = 600;
mouboograph;
}
@@ -59,7 +59,7 @@ OnTimer2000:
OnInit:
.distance = 2;
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.speed = 600;
mouboograph;
}