diff options
Diffstat (limited to 'npc/012-2-4')
-rw-r--r-- | npc/012-2-4/morgan.txt | 2 | ||||
-rw-r--r-- | npc/012-2-4/zitoni.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/012-2-4/morgan.txt b/npc/012-2-4/morgan.txt index 6510960e..f99906d1 100644 --- a/npc/012-2-4/morgan.txt +++ b/npc/012-2-4/morgan.txt @@ -15,7 +15,7 @@ close; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 4; end; } diff --git a/npc/012-2-4/zitoni.txt b/npc/012-2-4/zitoni.txt index caa39c57..e52aca4e 100644 --- a/npc/012-2-4/zitoni.txt +++ b/npc/012-2-4/zitoni.txt @@ -71,7 +71,7 @@ L_mick: close; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 3; end; } |