diff options
Diffstat (limited to 'npc/020-1')
-rw-r--r-- | npc/020-1/adrian.txt | 2 | ||||
-rw-r--r-- | npc/020-1/aisha.txt | 2 | ||||
-rw-r--r-- | npc/020-1/anwar.txt | 2 | ||||
-rw-r--r-- | npc/020-1/bodyguard.txt | 2 | ||||
-rw-r--r-- | npc/020-1/budifis.txt | 2 | ||||
-rw-r--r-- | npc/020-1/cyndala.txt | 2 | ||||
-rw-r--r-- | npc/020-1/ekinu.txt | 2 | ||||
-rw-r--r-- | npc/020-1/eomie.txt | 2 | ||||
-rw-r--r-- | npc/020-1/froma.txt | 2 | ||||
-rw-r--r-- | npc/020-1/harper.txt | 2 | ||||
-rw-r--r-- | npc/020-1/hocus.txt | 2 | ||||
-rw-r--r-- | npc/020-1/inar.txt | 2 | ||||
-rw-r--r-- | npc/020-1/itka.txt | 2 | ||||
-rw-r--r-- | npc/020-1/joelin.txt | 2 | ||||
-rw-r--r-- | npc/020-1/jossy.txt | 2 | ||||
-rw-r--r-- | npc/020-1/mahoud.txt | 2 | ||||
-rw-r--r-- | npc/020-1/malivox.txt | 2 | ||||
-rw-r--r-- | npc/020-1/marikel.txt | 2 | ||||
-rw-r--r-- | npc/020-1/martha.txt | 2 | ||||
-rw-r--r-- | npc/020-1/neko.txt | 2 | ||||
-rw-r--r-- | npc/020-1/nickos.txt | 2 | ||||
-rw-r--r-- | npc/020-1/noke.txt | 2 | ||||
-rw-r--r-- | npc/020-1/odonell.txt | 2 | ||||
-rw-r--r-- | npc/020-1/philip.txt | 2 | ||||
-rw-r--r-- | npc/020-1/popaul.txt | 2 | ||||
-rw-r--r-- | npc/020-1/pusco.txt | 2 | ||||
-rw-r--r-- | npc/020-1/ryan.txt | 2 | ||||
-rw-r--r-- | npc/020-1/sander.txt | 2 | ||||
-rw-r--r-- | npc/020-1/tindris.txt | 4 | ||||
-rw-r--r-- | npc/020-1/vaspina.txt | 2 |
30 files changed, 31 insertions, 31 deletions
diff --git a/npc/020-1/adrian.txt b/npc/020-1/adrian.txt index ca4b1a3f..c8144007 100644 --- a/npc/020-1/adrian.txt +++ b/npc/020-1/adrian.txt @@ -37,7 +37,7 @@ close; OnInit: - .bodytype = BODYTYPE_1; + .sex = GENDER_FEMALE; .distance = 4; end; } diff --git a/npc/020-1/aisha.txt b/npc/020-1/aisha.txt index 5c276f9c..08aa85c9 100644 --- a/npc/020-1/aisha.txt +++ b/npc/020-1/aisha.txt @@ -13,7 +13,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/020-1/anwar.txt b/npc/020-1/anwar.txt index 63355ab6..ff638770 100644 --- a/npc/020-1/anwar.txt +++ b/npc/020-1/anwar.txt @@ -14,7 +14,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/020-1/bodyguard.txt b/npc/020-1/bodyguard.txt index 4b60c5b6..daf13b45 100644 --- a/npc/020-1/bodyguard.txt +++ b/npc/020-1/bodyguard.txt @@ -48,7 +48,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/020-1/budifis.txt b/npc/020-1/budifis.txt index b67a42fd..826c4990 100644 --- a/npc/020-1/budifis.txt +++ b/npc/020-1/budifis.txt @@ -13,7 +13,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/020-1/cyndala.txt b/npc/020-1/cyndala.txt index b5d9d7e9..38e358e7 100644 --- a/npc/020-1/cyndala.txt +++ b/npc/020-1/cyndala.txt @@ -14,7 +14,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/020-1/ekinu.txt b/npc/020-1/ekinu.txt index 1f8987c7..d566351d 100644 --- a/npc/020-1/ekinu.txt +++ b/npc/020-1/ekinu.txt @@ -13,7 +13,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/020-1/eomie.txt b/npc/020-1/eomie.txt index c96389ca..48632ac7 100644 --- a/npc/020-1/eomie.txt +++ b/npc/020-1/eomie.txt @@ -13,7 +13,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/020-1/froma.txt b/npc/020-1/froma.txt index f3aba5e4..13ae2488 100644 --- a/npc/020-1/froma.txt +++ b/npc/020-1/froma.txt @@ -14,7 +14,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/020-1/harper.txt b/npc/020-1/harper.txt index 11749dfd..9bc327ec 100644 --- a/npc/020-1/harper.txt +++ b/npc/020-1/harper.txt @@ -13,7 +13,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/020-1/hocus.txt b/npc/020-1/hocus.txt index aee036e5..935eb5e5 100644 --- a/npc/020-1/hocus.txt +++ b/npc/020-1/hocus.txt @@ -68,7 +68,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/020-1/inar.txt b/npc/020-1/inar.txt index 0d705f46..dcc1eda8 100644 --- a/npc/020-1/inar.txt +++ b/npc/020-1/inar.txt @@ -14,7 +14,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/020-1/itka.txt b/npc/020-1/itka.txt index 679c1792..86410153 100644 --- a/npc/020-1/itka.txt +++ b/npc/020-1/itka.txt @@ -13,7 +13,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/020-1/joelin.txt b/npc/020-1/joelin.txt index ee34800b..7966c38f 100644 --- a/npc/020-1/joelin.txt +++ b/npc/020-1/joelin.txt @@ -13,7 +13,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/020-1/jossy.txt b/npc/020-1/jossy.txt index de14c876..15125903 100644 --- a/npc/020-1/jossy.txt +++ b/npc/020-1/jossy.txt @@ -14,7 +14,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/020-1/mahoud.txt b/npc/020-1/mahoud.txt index d8d63cc2..4e8d6678 100644 --- a/npc/020-1/mahoud.txt +++ b/npc/020-1/mahoud.txt @@ -13,7 +13,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/020-1/malivox.txt b/npc/020-1/malivox.txt index 9f2b7787..1bebc91b 100644 --- a/npc/020-1/malivox.txt +++ b/npc/020-1/malivox.txt @@ -14,7 +14,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/020-1/marikel.txt b/npc/020-1/marikel.txt index d9492077..1ebe25a6 100644 --- a/npc/020-1/marikel.txt +++ b/npc/020-1/marikel.txt @@ -13,7 +13,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/020-1/martha.txt b/npc/020-1/martha.txt index 9b22e80e..2cdf95b1 100644 --- a/npc/020-1/martha.txt +++ b/npc/020-1/martha.txt @@ -13,7 +13,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/020-1/neko.txt b/npc/020-1/neko.txt index 5e572b70..b6ee77bc 100644 --- a/npc/020-1/neko.txt +++ b/npc/020-1/neko.txt @@ -14,7 +14,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/020-1/nickos.txt b/npc/020-1/nickos.txt index 892842bd..ce3674c2 100644 --- a/npc/020-1/nickos.txt +++ b/npc/020-1/nickos.txt @@ -13,7 +13,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/020-1/noke.txt b/npc/020-1/noke.txt index 561cbb74..c335da4c 100644 --- a/npc/020-1/noke.txt +++ b/npc/020-1/noke.txt @@ -14,7 +14,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/020-1/odonell.txt b/npc/020-1/odonell.txt index cb582c90..a3dd01be 100644 --- a/npc/020-1/odonell.txt +++ b/npc/020-1/odonell.txt @@ -13,7 +13,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/020-1/philip.txt b/npc/020-1/philip.txt index b73b9685..c2dad700 100644 --- a/npc/020-1/philip.txt +++ b/npc/020-1/philip.txt @@ -13,7 +13,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/020-1/popaul.txt b/npc/020-1/popaul.txt index b6e553f0..07126332 100644 --- a/npc/020-1/popaul.txt +++ b/npc/020-1/popaul.txt @@ -14,7 +14,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/020-1/pusco.txt b/npc/020-1/pusco.txt index 5a5b4767..3bd9ad50 100644 --- a/npc/020-1/pusco.txt +++ b/npc/020-1/pusco.txt @@ -13,7 +13,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/020-1/ryan.txt b/npc/020-1/ryan.txt index 9aaae54e..c9bce290 100644 --- a/npc/020-1/ryan.txt +++ b/npc/020-1/ryan.txt @@ -13,7 +13,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/020-1/sander.txt b/npc/020-1/sander.txt index f5a05e73..8f822029 100644 --- a/npc/020-1/sander.txt +++ b/npc/020-1/sander.txt @@ -13,7 +13,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/020-1/tindris.txt b/npc/020-1/tindris.txt index 60a3a36a..e65a6db8 100644 --- a/npc/020-1/tindris.txt +++ b/npc/020-1/tindris.txt @@ -13,7 +13,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } @@ -26,7 +26,7 @@ OnInit: close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } diff --git a/npc/020-1/vaspina.txt b/npc/020-1/vaspina.txt index 46fa1316..c731aeda 100644 --- a/npc/020-1/vaspina.txt +++ b/npc/020-1/vaspina.txt @@ -13,7 +13,7 @@ close; OnInit: - .bodytype = BODYTYPE_2; + .sex = GENDER_MALE; .distance = 4; end; } |