diff options
author | Andrei Karas <akaras@inbox.ru> | 2020-11-10 15:35:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2020-11-13 06:49:35 +0300 |
commit | c4ad7a2bdcfc30e72df5c733221fa07a8d37c1ce (patch) | |
tree | 63b6ad7665e76ffb359f111abc9c1320e786bf6a /npc/001-2-27 | |
parent | 5838c6001f2bf57c9cbe5753d3a667ac5a8ab984 (diff) | |
download | serverdata-genderfix.tar.gz serverdata-genderfix.tar.bz2 serverdata-genderfix.tar.xz serverdata-genderfix.zip |
Change body type back to gendergenderfix
Diffstat (limited to 'npc/001-2-27')
-rw-r--r-- | npc/001-2-27/don.txt | 2 | ||||
-rw-r--r-- | npc/001-2-27/kaylo.txt | 2 | ||||
-rw-r--r-- | npc/001-2-27/lydon.txt | 2 | ||||
-rw-r--r-- | npc/001-2-27/shop.txt | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/npc/001-2-27/don.txt b/npc/001-2-27/don.txt index a35b9317..b63b159b 100644 --- a/npc/001-2-27/don.txt +++ b/npc/001-2-27/don.txt @@ -91,7 +91,7 @@ close; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 2; end; } diff --git a/npc/001-2-27/kaylo.txt b/npc/001-2-27/kaylo.txt index bead9ed8..8656c729 100644 --- a/npc/001-2-27/kaylo.txt +++ b/npc/001-2-27/kaylo.txt @@ -37,7 +37,7 @@ close; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 4; end; } diff --git a/npc/001-2-27/lydon.txt b/npc/001-2-27/lydon.txt index 09bf503a..3425259f 100644 --- a/npc/001-2-27/lydon.txt +++ b/npc/001-2-27/lydon.txt @@ -30,7 +30,7 @@ close; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 4; end; } diff --git a/npc/001-2-27/shop.txt b/npc/001-2-27/shop.txt index 842988e4..a435e0f0 100644 --- a/npc/001-2-27/shop.txt +++ b/npc/001-2-27/shop.txt @@ -14,7 +14,7 @@ OnInit: sellitem CopperArmbands, -1, 28; sellitem IronArmbands, -1, 20; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 2; end; @@ -43,7 +43,7 @@ OnInit: sellitem WoodenSword, -1, 50; sellitem TrainingArrow, -1, 20000; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 2; end; |