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/000-2-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/000-2-1')
-rw-r--r-- | npc/000-2-1/alige.txt | 1 | ||||
-rw-r--r-- | npc/000-2-1/arpan.txt | 1 | ||||
-rw-r--r-- | npc/000-2-1/chefgado.txt | 1 | ||||
-rw-r--r-- | npc/000-2-1/dan.txt | 1 | ||||
-rw-r--r-- | npc/000-2-1/devis.txt | 1 | ||||
-rw-r--r-- | npc/000-2-1/peter.txt | 1 | ||||
-rw-r--r-- | npc/000-2-1/q'onan.txt | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt index 68754d1e..c76abbdb 100644 --- a/npc/000-2-1/alige.txt +++ b/npc/000-2-1/alige.txt @@ -311,7 +311,6 @@ L_Quit: close; OnInit: - .bodytype = BODYTYPE_3; .distance = 2; // Array of foods (remember to update in 001-2-22 as well) diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt index 51c42298..15bdc30b 100644 --- a/npc/000-2-1/arpan.txt +++ b/npc/000-2-1/arpan.txt @@ -299,7 +299,6 @@ OnSlow: close; OnInit: - .bodytype = BODYTYPE_3; .distance = 5; end; } diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt index 75d4e434..6f57dc95 100644 --- a/npc/000-2-1/chefgado.txt +++ b/npc/000-2-1/chefgado.txt @@ -222,7 +222,6 @@ L_Quit: close; OnInit: - .bodytype = BODYTYPE_3; .distance = 2; end; } diff --git a/npc/000-2-1/dan.txt b/npc/000-2-1/dan.txt index a59819c2..5526bb9c 100644 --- a/npc/000-2-1/dan.txt +++ b/npc/000-2-1/dan.txt @@ -88,7 +88,6 @@ L_Quit2: close; OnInit: - .bodytype = BODYTYPE_3; .distance = 2; end; } diff --git a/npc/000-2-1/devis.txt b/npc/000-2-1/devis.txt index 7459d550..5071dfb7 100644 --- a/npc/000-2-1/devis.txt +++ b/npc/000-2-1/devis.txt @@ -11,7 +11,6 @@ close; OnInit: - .bodytype = BODYTYPE_3; .distance = 2; end; } diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt index 8b783971..3b9c93d2 100644 --- a/npc/000-2-1/peter.txt +++ b/npc/000-2-1/peter.txt @@ -297,7 +297,6 @@ OnDone: OnInit: - .bodytype = BODYTYPE_3; .distance = 3; end; } diff --git a/npc/000-2-1/q'onan.txt b/npc/000-2-1/q'onan.txt index 245f608f..c5ef0951 100644 --- a/npc/000-2-1/q'onan.txt +++ b/npc/000-2-1/q'onan.txt @@ -10,7 +10,6 @@ close; OnInit: - .bodytype = BODYTYPE_3; .distance = 2; end; } |