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/008-2-2 | |
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/008-2-2')
-rw-r--r-- | npc/008-2-2/barron.txt | 1 | ||||
-rw-r--r-- | npc/008-2-2/kfahr.txt | 1 | ||||
-rw-r--r-- | npc/008-2-2/ledmitz.txt | 2 | ||||
-rw-r--r-- | npc/008-2-2/melania.txt | 1 | ||||
-rw-r--r-- | npc/008-2-2/melinda.txt | 1 | ||||
-rw-r--r-- | npc/008-2-2/shop.txt | 1 |
6 files changed, 0 insertions, 7 deletions
diff --git a/npc/008-2-2/barron.txt b/npc/008-2-2/barron.txt index 8a14deb9..e46ebe6a 100644 --- a/npc/008-2-2/barron.txt +++ b/npc/008-2-2/barron.txt @@ -27,7 +27,6 @@ speech S_LAST_NEXT, OnInit: - .bodytype = BODYTYPE_3; .distance = 3; end; } diff --git a/npc/008-2-2/kfahr.txt b/npc/008-2-2/kfahr.txt index 8d593270..4482b4fd 100644 --- a/npc/008-2-2/kfahr.txt +++ b/npc/008-2-2/kfahr.txt @@ -780,7 +780,6 @@ OnInit: .KNIFE_MAXLV = getiteminfo(BoneKnife, ITEMINFO_ELV) + 20; //.STINGER_MAXLV = 100; - .bodytype = BODYTYPE_3; .distance = 4; end; } diff --git a/npc/008-2-2/ledmitz.txt b/npc/008-2-2/ledmitz.txt index 3ed94009..71e72ac9 100644 --- a/npc/008-2-2/ledmitz.txt +++ b/npc/008-2-2/ledmitz.txt @@ -16,7 +16,6 @@ OnTalk: end; OnInit: - .bodytype = BODYTYPE_3; .distance = 3; end; } @@ -31,7 +30,6 @@ OnTalk: end; OnInit: - .bodytype = BODYTYPE_3; .distance = 3; end; } diff --git a/npc/008-2-2/melania.txt b/npc/008-2-2/melania.txt index 0fc490df..e585033c 100644 --- a/npc/008-2-2/melania.txt +++ b/npc/008-2-2/melania.txt @@ -101,7 +101,6 @@ } OnInit: - .bodytype = BODYTYPE_2; .distance = 4; .inn=RUSTYPICK_INN; end; diff --git a/npc/008-2-2/melinda.txt b/npc/008-2-2/melinda.txt index 39c97f2b..964332ca 100644 --- a/npc/008-2-2/melinda.txt +++ b/npc/008-2-2/melinda.txt @@ -123,7 +123,6 @@ OnTouch: end; OnInit: - .bodytype = BODYTYPE_2; .distance = 5; .speed = 300; initmovegraph "startspot", 40, 29, diff --git a/npc/008-2-2/shop.txt b/npc/008-2-2/shop.txt index 58c6002d..b3e9b798 100644 --- a/npc/008-2-2/shop.txt +++ b/npc/008-2-2/shop.txt @@ -20,7 +20,6 @@ OnInit: sellitem SmallHealing, -1, 50; sellitem MaggotSlimePotion, -1, 50; - .bodytype = BODYTYPE_1; .distance = 10; end; |