diff options
Diffstat (limited to 'npc/000-0')
-rw-r--r-- | npc/000-0/sailors.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index e95d59eb..70c754bc 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -87,6 +87,6 @@ OnTouch: close; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; end; } |