diff options
Diffstat (limited to 'npc/items/teleporter.txt')
-rw-r--r-- | npc/items/teleporter.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/items/teleporter.txt b/npc/items/teleporter.txt index 13068e6c7..9679d280e 100644 --- a/npc/items/teleporter.txt +++ b/npc/items/teleporter.txt @@ -33,12 +33,14 @@ OnUse: close; L_Save: + doevent "shake::OnGM"; warp "Save", 0, 0; TELEPORTER_TIME=gettimetick(2)+(60*30); closedialog; end; L_LoF: + doevent "shake::OnGM"; warp "017-1", 0, 0; TELEPORTER_TIME=gettimetick(2)+(60*30); closedialog; |