diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-09 12:22:16 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-09 12:22:16 -0300 |
commit | 87892b544811800d1c8d1cb56198739b844c6342 (patch) | |
tree | 16acaea8fc90ea434699dec1baca034cd8d89108 /npc/functions | |
parent | 6cffe650d28d260eb01c93569627ffeda5c38183 (diff) | |
download | serverdata-87892b544811800d1c8d1cb56198739b844c6342.tar.gz serverdata-87892b544811800d1c8d1cb56198739b844c6342.tar.bz2 serverdata-87892b544811800d1c8d1cb56198739b844c6342.tar.xz serverdata-87892b544811800d1c8d1cb56198739b844c6342.zip |
experiment
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/shake.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/shake.txt b/npc/functions/shake.txt index a20fc6b43..62b772fb4 100644 --- a/npc/functions/shake.txt +++ b/npc/functions/shake.txt @@ -7,6 +7,7 @@ OnShake: @shake+=1; movecam rand(-20,20), rand(-20,20); + closeclientdialog; if (@shake < @max_shake) { addtimer(50, "shake::OnShake"); |