diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-09 18:10:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-09 18:10:50 -0300 |
commit | 8eb5f6cf7bc24648a0621446007005473ff174b9 (patch) | |
tree | d619a56363cac9cd5ab6e107388c1e2cf599d465 /npc/012-1 | |
parent | 10fc5d865993485f7575932de81bff70929c0419 (diff) | |
download | serverdata-jesusalva/npcsex.tar.gz serverdata-jesusalva/npcsex.tar.bz2 serverdata-jesusalva/npcsex.tar.xz serverdata-jesusalva/npcsex.zip |
Remove gender information from all NPCs.jesusalva/npcsex
Diffstat (limited to 'npc/012-1')
-rw-r--r-- | npc/012-1/aahna.txt | 1 | ||||
-rw-r--r-- | npc/012-1/aidan.txt | 1 | ||||
-rw-r--r-- | npc/012-1/ayasha.txt | 1 | ||||
-rw-r--r-- | npc/012-1/crasmande.txt | 1 | ||||
-rw-r--r-- | npc/012-1/hasan.txt | 1 | ||||
-rw-r--r-- | npc/012-1/ishi.txt | 1 | ||||
-rw-r--r-- | npc/012-1/kaan.txt | 1 | ||||
-rw-r--r-- | npc/012-1/liana.txt | 1 | ||||
-rw-r--r-- | npc/012-1/prawors.txt | 1 | ||||
-rw-r--r-- | npc/012-1/tiki.txt | 1 | ||||
-rw-r--r-- | npc/012-1/vincent.txt | 1 | ||||
-rw-r--r-- | npc/012-1/zegas.txt | 1 |
12 files changed, 0 insertions, 12 deletions
diff --git a/npc/012-1/aahna.txt b/npc/012-1/aahna.txt index 533db46b..39ad8192 100644 --- a/npc/012-1/aahna.txt +++ b/npc/012-1/aahna.txt @@ -12,7 +12,6 @@ close; OnInit: - .bodytype = BODYTYPE_2; .distance = 4; end; } diff --git a/npc/012-1/aidan.txt b/npc/012-1/aidan.txt index 973d8292..06776be3 100644 --- a/npc/012-1/aidan.txt +++ b/npc/012-1/aidan.txt @@ -14,7 +14,6 @@ close; OnInit: - .bodytype = BODYTYPE_3; .distance = 4; end; } diff --git a/npc/012-1/ayasha.txt b/npc/012-1/ayasha.txt index 1eb2994b..ae47556a 100644 --- a/npc/012-1/ayasha.txt +++ b/npc/012-1/ayasha.txt @@ -12,7 +12,6 @@ close; OnInit: - .bodytype = BODYTYPE_2; .distance = 4; end; } diff --git a/npc/012-1/crasmande.txt b/npc/012-1/crasmande.txt index dde77500..85d9308e 100644 --- a/npc/012-1/crasmande.txt +++ b/npc/012-1/crasmande.txt @@ -13,7 +13,6 @@ close; OnInit: - .bodytype = BODYTYPE_3; .distance = 4; end; } diff --git a/npc/012-1/hasan.txt b/npc/012-1/hasan.txt index 3a735566..4bdda0b2 100644 --- a/npc/012-1/hasan.txt +++ b/npc/012-1/hasan.txt @@ -13,7 +13,6 @@ close; OnInit: - .bodytype = BODYTYPE_3; .distance = 4; end; } diff --git a/npc/012-1/ishi.txt b/npc/012-1/ishi.txt index ac00463c..a7322978 100644 --- a/npc/012-1/ishi.txt +++ b/npc/012-1/ishi.txt @@ -15,7 +15,6 @@ close; OnInit: - .bodytype = BODYTYPE_2; .distance = 4; end; } diff --git a/npc/012-1/kaan.txt b/npc/012-1/kaan.txt index 164c9fa8..2ea7ad2a 100644 --- a/npc/012-1/kaan.txt +++ b/npc/012-1/kaan.txt @@ -14,7 +14,6 @@ close; OnInit: - .bodytype = BODYTYPE_3; .distance = 4; end; } diff --git a/npc/012-1/liana.txt b/npc/012-1/liana.txt index df332417..ac2ceb9b 100644 --- a/npc/012-1/liana.txt +++ b/npc/012-1/liana.txt @@ -20,7 +20,6 @@ close; OnInit: - .bodytype = BODYTYPE_2; .distance = 4; end; } diff --git a/npc/012-1/prawors.txt b/npc/012-1/prawors.txt index 785ff66f..8acf73a1 100644 --- a/npc/012-1/prawors.txt +++ b/npc/012-1/prawors.txt @@ -13,7 +13,6 @@ close; OnInit: - .bodytype = BODYTYPE_3; .distance = 4; end; } diff --git a/npc/012-1/tiki.txt b/npc/012-1/tiki.txt index d50c27c8..5596c2ad 100644 --- a/npc/012-1/tiki.txt +++ b/npc/012-1/tiki.txt @@ -125,7 +125,6 @@ function tikiSubmit { } OnInit: - .bodytype = BODYTYPE_2; .distance = 4; tradertype(NST_MARKET); diff --git a/npc/012-1/vincent.txt b/npc/012-1/vincent.txt index b9d1e350..e859d02e 100644 --- a/npc/012-1/vincent.txt +++ b/npc/012-1/vincent.txt @@ -13,7 +13,6 @@ close; OnInit: - .bodytype = BODYTYPE_3; .distance = 4; end; } diff --git a/npc/012-1/zegas.txt b/npc/012-1/zegas.txt index 6313b26c..29f72a5d 100644 --- a/npc/012-1/zegas.txt +++ b/npc/012-1/zegas.txt @@ -31,7 +31,6 @@ close; OnInit: - .bodytype = BODYTYPE_3; .distance = 4; end; } |