diff options
Diffstat (limited to 'npc/functions/shake.txt')
-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"); |