summaryrefslogtreecommitdiff
path: root/npc/001-2-4/terry.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-4/terry.txt')
-rw-r--r--npc/001-2-4/terry.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/001-2-4/terry.txt b/npc/001-2-4/terry.txt
index 7509246a..feaa0dfa 100644
--- a/npc/001-2-4/terry.txt
+++ b/npc/001-2-4/terry.txt
@@ -14,10 +14,10 @@
OnInit:
.sex = G_MALE;
.distance = 2;
- setnpcdir 2;
+ .dir = 2;
end;
L_Quit:
- setnpcdir 2;
+ .dir = 2;
close;
}