diff options
Diffstat (limited to 'npc/008-1-2')
-rw-r--r-- | npc/008-1-2/sign.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/008-1-2/sign.txt b/npc/008-1-2/sign.txt index d1d13469..d01f665d 100644 --- a/npc/008-1-2/sign.txt +++ b/npc/008-1-2/sign.txt @@ -9,7 +9,7 @@ close; OnInit: .distance = 2; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; end; } @@ -19,7 +19,7 @@ OnInit: OnInit: .distance = 2; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; end; } @@ -29,6 +29,6 @@ OnInit: OnInit: .distance = 2; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; end; } |