summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/001-2-14/teleport.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/001-2-14/teleport.txt b/npc/001-2-14/teleport.txt
index 4face1767..be3e12a53 100644
--- a/npc/001-2-14/teleport.txt
+++ b/npc/001-2-14/teleport.txt
@@ -11,6 +11,7 @@ OnCraftyDeath:
if (playerattached())
{
warp "000-2-1",50,38;
+ clientcommand "turndown";
message strcharinfo(0), l("What a strange dream.");
}
end;