summaryrefslogtreecommitdiff
path: root/npc/008-1-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/008-1-1')
-rw-r--r--npc/008-1-1/galimatia.txt1
-rw-r--r--npc/008-1-1/hal.txt1
-rw-r--r--npc/008-1-1/koga.txt1
-rw-r--r--npc/008-1-1/morcant.txt1
-rw-r--r--npc/008-1-1/sign.txt2
-rw-r--r--npc/008-1-1/soldiers.txt2
6 files changed, 0 insertions, 8 deletions
diff --git a/npc/008-1-1/galimatia.txt b/npc/008-1-1/galimatia.txt
index f5439978..6b3bfabe 100644
--- a/npc/008-1-1/galimatia.txt
+++ b/npc/008-1-1/galimatia.txt
@@ -386,7 +386,6 @@ OnInit:
.REQ3_OUTPUT = RoseHat;
.REQ3_OUTPUT_AMOUNT = 1;
- .bodytype = BODYTYPE_2;
.distance = 4;
end;
}
diff --git a/npc/008-1-1/hal.txt b/npc/008-1-1/hal.txt
index 3797f29b..88b93a79 100644
--- a/npc/008-1-1/hal.txt
+++ b/npc/008-1-1/hal.txt
@@ -126,7 +126,6 @@ OnInit:
.REQ0_OUTPUT = BottleOfWater;
.REQ0_OUTPUT_AMOUNT = 1 ;
- .bodytype = BODYTYPE_2;
.distance = 4;
end;
} \ No newline at end of file
diff --git a/npc/008-1-1/koga.txt b/npc/008-1-1/koga.txt
index 404d1235..9908ff40 100644
--- a/npc/008-1-1/koga.txt
+++ b/npc/008-1-1/koga.txt
@@ -28,7 +28,6 @@ function kogaWrongMap {
}
OnInit:
- .bodytype = BODYTYPE_3;
.distance = 7;
.alwaysVisible = true;
end;
diff --git a/npc/008-1-1/morcant.txt b/npc/008-1-1/morcant.txt
index 385cf824..5421c771 100644
--- a/npc/008-1-1/morcant.txt
+++ b/npc/008-1-1/morcant.txt
@@ -56,7 +56,6 @@
OnInit:
OnInstanceInit:
- .bodytype = BODYTYPE_3;
.distance = 4;
.speed=120;
//.alwaysVisible=true;
diff --git a/npc/008-1-1/sign.txt b/npc/008-1-1/sign.txt
index 8358914e..3b22dfa9 100644
--- a/npc/008-1-1/sign.txt
+++ b/npc/008-1-1/sign.txt
@@ -10,7 +10,6 @@
OnInit:
.distance = 1;
- .bodytype = BODYTYPE_1;
end;
}
008-1-1,157,87,0 script Sign#008-1-1-central NPC_NO_SPRITE,{
@@ -19,6 +18,5 @@ OnInit:
OnInit:
.distance = 2;
- .bodytype = BODYTYPE_1;
end;
}
diff --git a/npc/008-1-1/soldiers.txt b/npc/008-1-1/soldiers.txt
index a1636409..744635eb 100644
--- a/npc/008-1-1/soldiers.txt
+++ b/npc/008-1-1/soldiers.txt
@@ -15,7 +15,6 @@
close;
OnInit:
- .bodytype = BODYTYPE_2;
.distance = 4;
end;
}
@@ -27,7 +26,6 @@ OnInit:
close;
OnInit:
- .bodytype = BODYTYPE_1;
.distance = 4;
end;
}