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/008-1-1 | |
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/008-1-1')
-rw-r--r-- | npc/008-1-1/galimatia.txt | 2 | ||||
-rw-r--r-- | npc/008-1-1/hal.txt | 2 | ||||
-rw-r--r-- | npc/008-1-1/koga.txt | 2 | ||||
-rw-r--r-- | npc/008-1-1/morcant.txt | 2 | ||||
-rw-r--r-- | npc/008-1-1/sign.txt | 4 | ||||
-rw-r--r-- | npc/008-1-1/soldiers.txt | 4 |
6 files changed, 8 insertions, 8 deletions
diff --git a/npc/008-1-1/galimatia.txt b/npc/008-1-1/galimatia.txt index f5439978..45c4c6a6 100644 --- a/npc/008-1-1/galimatia.txt +++ b/npc/008-1-1/galimatia.txt @@ -386,7 +386,7 @@ OnInit: .REQ3_OUTPUT = RoseHat; .REQ3_OUTPUT_AMOUNT = 1; - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/008-1-1/hal.txt b/npc/008-1-1/hal.txt index 3797f29b..1142cfd7 100644 --- a/npc/008-1-1/hal.txt +++ b/npc/008-1-1/hal.txt @@ -126,7 +126,7 @@ OnInit: .REQ0_OUTPUT = BottleOfWater; .REQ0_OUTPUT_AMOUNT = 1 ; - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; }
\ No newline at end of file diff --git a/npc/008-1-1/koga.txt b/npc/008-1-1/koga.txt index 404d1235..f46fc0e4 100644 --- a/npc/008-1-1/koga.txt +++ b/npc/008-1-1/koga.txt @@ -28,7 +28,7 @@ function kogaWrongMap { } OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 7; .alwaysVisible = true; end; diff --git a/npc/008-1-1/morcant.txt b/npc/008-1-1/morcant.txt index 385cf824..81a7103d 100644 --- a/npc/008-1-1/morcant.txt +++ b/npc/008-1-1/morcant.txt @@ -56,7 +56,7 @@ OnInit: OnInstanceInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 4; .speed=120; //.alwaysVisible=true; diff --git a/npc/008-1-1/sign.txt b/npc/008-1-1/sign.txt index 8358914e..f7f406d7 100644 --- a/npc/008-1-1/sign.txt +++ b/npc/008-1-1/sign.txt @@ -10,7 +10,7 @@ OnInit: .distance = 1; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; end; } 008-1-1,157,87,0 script Sign#008-1-1-central NPC_NO_SPRITE,{ @@ -19,6 +19,6 @@ OnInit: OnInit: .distance = 2; - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; end; } diff --git a/npc/008-1-1/soldiers.txt b/npc/008-1-1/soldiers.txt index a1636409..40c023e6 100644 --- a/npc/008-1-1/soldiers.txt +++ b/npc/008-1-1/soldiers.txt @@ -15,7 +15,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } @@ -27,7 +27,7 @@ OnInit: close; OnInit: - .bodytype = BODYTYPE_1; + .sex = GENDER_MALE; .distance = 4; end; } |