diff options
author | Joseph Botosh <rumly111@gmail.com> | 2015-10-27 17:16:00 +0200 |
---|---|---|
committer | Joseph Botosh <rumly111@gmail.com> | 2015-10-27 17:16:00 +0200 |
commit | 02efd5eb257b200001299c51988f21b47aab96a6 (patch) | |
tree | 80935bb691ec6265fd7c192b05518b47e51a0758 | |
parent | a50d8bb74a3e421f5af3ea81cfd3d153a923d783 (diff) | |
download | serverdata-02efd5eb257b200001299c51988f21b47aab96a6.tar.gz serverdata-02efd5eb257b200001299c51988f21b47aab96a6.tar.bz2 serverdata-02efd5eb257b200001299c51988f21b47aab96a6.tar.xz serverdata-02efd5eb257b200001299c51988f21b47aab96a6.zip |
player faces south when teleporting back to ship
-rw-r--r-- | npc/001-2-14/teleport.txt | 1 |
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; |