diff options
Diffstat (limited to 'npc/012-1')
-rw-r--r-- | npc/012-1/aahna.txt | 2 | ||||
-rw-r--r-- | npc/012-1/aidan.txt | 2 | ||||
-rw-r--r-- | npc/012-1/ayasha.txt | 2 | ||||
-rw-r--r-- | npc/012-1/crasmande.txt | 2 | ||||
-rw-r--r-- | npc/012-1/hasan.txt | 2 | ||||
-rw-r--r-- | npc/012-1/ishi.txt | 2 | ||||
-rw-r--r-- | npc/012-1/kaan.txt | 2 | ||||
-rw-r--r-- | npc/012-1/liana.txt | 2 | ||||
-rw-r--r-- | npc/012-1/prawors.txt | 2 | ||||
-rw-r--r-- | npc/012-1/tiki.txt | 2 | ||||
-rw-r--r-- | npc/012-1/vincent.txt | 2 | ||||
-rw-r--r-- | npc/012-1/zegas.txt | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/npc/012-1/aahna.txt b/npc/012-1/aahna.txt index 533db46b..b28714b9 100644 --- a/npc/012-1/aahna.txt +++ b/npc/012-1/aahna.txt @@ -12,7 +12,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/012-1/aidan.txt b/npc/012-1/aidan.txt index 973d8292..6ea8a0ce 100644 --- a/npc/012-1/aidan.txt +++ b/npc/012-1/aidan.txt @@ -14,7 +14,7 @@ close; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 4; end; } diff --git a/npc/012-1/ayasha.txt b/npc/012-1/ayasha.txt index 1eb2994b..4c1a466f 100644 --- a/npc/012-1/ayasha.txt +++ b/npc/012-1/ayasha.txt @@ -12,7 +12,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/012-1/crasmande.txt b/npc/012-1/crasmande.txt index dde77500..01e5835a 100644 --- a/npc/012-1/crasmande.txt +++ b/npc/012-1/crasmande.txt @@ -13,7 +13,7 @@ close; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 4; end; } diff --git a/npc/012-1/hasan.txt b/npc/012-1/hasan.txt index 3a735566..eecf3653 100644 --- a/npc/012-1/hasan.txt +++ b/npc/012-1/hasan.txt @@ -13,7 +13,7 @@ close; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 4; end; } diff --git a/npc/012-1/ishi.txt b/npc/012-1/ishi.txt index ac00463c..8861ed28 100644 --- a/npc/012-1/ishi.txt +++ b/npc/012-1/ishi.txt @@ -15,7 +15,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/012-1/kaan.txt b/npc/012-1/kaan.txt index 164c9fa8..9f083227 100644 --- a/npc/012-1/kaan.txt +++ b/npc/012-1/kaan.txt @@ -14,7 +14,7 @@ close; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 4; end; } diff --git a/npc/012-1/liana.txt b/npc/012-1/liana.txt index df332417..dbe8dfa1 100644 --- a/npc/012-1/liana.txt +++ b/npc/012-1/liana.txt @@ -20,7 +20,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/012-1/prawors.txt b/npc/012-1/prawors.txt index 785ff66f..08bf6b94 100644 --- a/npc/012-1/prawors.txt +++ b/npc/012-1/prawors.txt @@ -13,7 +13,7 @@ close; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 4; end; } diff --git a/npc/012-1/tiki.txt b/npc/012-1/tiki.txt index d50c27c8..de6a6503 100644 --- a/npc/012-1/tiki.txt +++ b/npc/012-1/tiki.txt @@ -125,7 +125,7 @@ function tikiSubmit { } OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; tradertype(NST_MARKET); diff --git a/npc/012-1/vincent.txt b/npc/012-1/vincent.txt index b9d1e350..fea13996 100644 --- a/npc/012-1/vincent.txt +++ b/npc/012-1/vincent.txt @@ -13,7 +13,7 @@ close; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 4; end; } diff --git a/npc/012-1/zegas.txt b/npc/012-1/zegas.txt index 6313b26c..78d72da0 100644 --- a/npc/012-1/zegas.txt +++ b/npc/012-1/zegas.txt @@ -31,7 +31,7 @@ close; OnInit: - .bodytype = BODYTYPE_3; + .sex = GENDER_HIDDEN; .distance = 4; end; } |