diff options
Diffstat (limited to 'npc/items/lofteleporter.txt')
-rw-r--r-- | npc/items/lofteleporter.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/lofteleporter.txt b/npc/items/lofteleporter.txt index f5b487267..e7acfdc62 100644 --- a/npc/items/lofteleporter.txt +++ b/npc/items/lofteleporter.txt @@ -67,7 +67,7 @@ OnUse: if (loftel_check()) { dispbottom l("You are hurt, and cannot use this."); } - doevent "shake::OnGM"; + sshake(); switch (@menu) { case 2: warp "017-1", 120, 89; |