diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-09 13:03:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-09 13:03:35 -0300 |
commit | 85860739747d2a0be40e0503b887320d1686ccd3 (patch) | |
tree | 05acc50e9c9f1c508e9960ae77f2e7fdd6cd0dc7 /npc/items/lofteleporter.txt | |
parent | 8ba2072a2ec63c07cf230c0b039b0c75e7b78ef8 (diff) | |
download | serverdata-85860739747d2a0be40e0503b887320d1686ccd3.tar.gz serverdata-85860739747d2a0be40e0503b887320d1686ccd3.tar.bz2 serverdata-85860739747d2a0be40e0503b887320d1686ccd3.tar.xz serverdata-85860739747d2a0be40e0503b887320d1686ccd3.zip |
Shake the screen without the intervention
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; |