summaryrefslogtreecommitdiff
path: root/npc/001-1/rowboathelper.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/rowboathelper.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/rowboathelper.txt')
-rw-r--r--npc/001-1/rowboathelper.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/001-1/rowboathelper.txt b/npc/001-1/rowboathelper.txt
index efb93e8b..dbe0179a 100644
--- a/npc/001-1/rowboathelper.txt
+++ b/npc/001-1/rowboathelper.txt
@@ -85,7 +85,7 @@ OnTouch:
end;
OnInit:
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.distance = 1;
}
@@ -109,7 +109,7 @@ OnTouch:
end;
OnInit:
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.distance = 1;
}
@@ -133,7 +133,7 @@ OnTouch:
end;
OnInit:
- .bodytype = BODYTYPE_1;
+ .sex = GENDER_FEMALE;
.distance = 1;
}