summaryrefslogtreecommitdiff
path: root/npc/008-2-2
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-2-2')
-rw-r--r--npc/008-2-2/barron.txt1
-rw-r--r--npc/008-2-2/kfahr.txt1
-rw-r--r--npc/008-2-2/ledmitz.txt2
-rw-r--r--npc/008-2-2/melania.txt1
-rw-r--r--npc/008-2-2/melinda.txt1
-rw-r--r--npc/008-2-2/shop.txt1
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;