summaryrefslogtreecommitdiff
path: root/npc/001-2-27
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-27')
-rw-r--r--npc/001-2-27/don.txt1
-rw-r--r--npc/001-2-27/kaylo.txt1
-rw-r--r--npc/001-2-27/lydon.txt1
-rw-r--r--npc/001-2-27/shop.txt2
4 files changed, 0 insertions, 5 deletions
diff --git a/npc/001-2-27/don.txt b/npc/001-2-27/don.txt
index 468111b9..ff644303 100644
--- a/npc/001-2-27/don.txt
+++ b/npc/001-2-27/don.txt
@@ -106,7 +106,6 @@ function good_blacksmith {
}
OnInit:
- .bodytype = BODYTYPE_3;
.distance = 4;
end;
}
diff --git a/npc/001-2-27/kaylo.txt b/npc/001-2-27/kaylo.txt
index 355e6ca2..2bd669d8 100644
--- a/npc/001-2-27/kaylo.txt
+++ b/npc/001-2-27/kaylo.txt
@@ -37,7 +37,6 @@
close;
OnInit:
- .bodytype = BODYTYPE_3;
.distance = 4;
end;
}
diff --git a/npc/001-2-27/lydon.txt b/npc/001-2-27/lydon.txt
index 6be39671..9d429185 100644
--- a/npc/001-2-27/lydon.txt
+++ b/npc/001-2-27/lydon.txt
@@ -30,7 +30,6 @@
close;
OnInit:
- .bodytype = BODYTYPE_3;
.distance = 4;
end;
}
diff --git a/npc/001-2-27/shop.txt b/npc/001-2-27/shop.txt
index 842988e4..3cbee6f4 100644
--- a/npc/001-2-27/shop.txt
+++ b/npc/001-2-27/shop.txt
@@ -14,7 +14,6 @@ OnInit:
sellitem CopperArmbands, -1, 28;
sellitem IronArmbands, -1, 20;
- .bodytype = BODYTYPE_1;
.distance = 2;
end;
@@ -43,7 +42,6 @@ OnInit:
sellitem WoodenSword, -1, 50;
sellitem TrainingArrow, -1, 20000;
- .bodytype = BODYTYPE_1;
.distance = 2;
end;