diff options
Diffstat (limited to 'npc/test')
-rw-r--r-- | npc/test/npc1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/test/npc1.txt b/npc/test/npc1.txt index c041205f..9002d308 100644 --- a/npc/test/npc1.txt +++ b/npc/test/npc1.txt @@ -688,7 +688,7 @@ OnTimer340: doorTimer; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 5; .alwaysVisible = true; waitingroom "test room", 2, "npc1::OnReadyCheck", 1; |