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/001-2-4 | |
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/001-2-4')
-rw-r--r-- | npc/001-2-4/books.txt | 2 | ||||
-rw-r--r-- | npc/001-2-4/robin.txt | 1 | ||||
-rw-r--r-- | npc/001-2-4/terry.txt | 1 |
3 files changed, 0 insertions, 4 deletions
diff --git a/npc/001-2-4/books.txt b/npc/001-2-4/books.txt index 7ea5ec04..96f9ae5e 100644 --- a/npc/001-2-4/books.txt +++ b/npc/001-2-4/books.txt @@ -11,7 +11,6 @@ close; OnInit: - .bodytype = BODYTYPE_1; .distance = 1; } @@ -98,7 +97,6 @@ OnUse: OnInit: .book_name$ = getitemname(FishingGuideVolI); - .bodytype = BODYTYPE_1; .distance = 1; end; } diff --git a/npc/001-2-4/robin.txt b/npc/001-2-4/robin.txt index 5a38facd..6b4cf24f 100644 --- a/npc/001-2-4/robin.txt +++ b/npc/001-2-4/robin.txt @@ -59,7 +59,6 @@ close; OnInit: - .bodytype = BODYTYPE_3; .distance = 2; end; } diff --git a/npc/001-2-4/terry.txt b/npc/001-2-4/terry.txt index 88b57c8d..ec13c53e 100644 --- a/npc/001-2-4/terry.txt +++ b/npc/001-2-4/terry.txt @@ -10,7 +10,6 @@ close; OnInit: - .bodytype = BODYTYPE_3; .distance = 2; end; } |