summaryrefslogtreecommitdiff
path: root/npc/functions/vault.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/vault.txt')
-rw-r--r--npc/functions/vault.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/functions/vault.txt b/npc/functions/vault.txt
index 81e9912..1bfa219 100644
--- a/npc/functions/vault.txt
+++ b/npc/functions/vault.txt
@@ -48,11 +48,11 @@ function script MirrorLakeSendTo {
closeclientdialog;
dispbottom l("Darkness fills your vision...");
export_vault();
- sleep2(500);
+ sleep2(800);
specialeffect FX_CIRCLE, SELF, getcharid(3);
- sleep2(500);
+ sleep2(1000);
specialeffect FX_MGSHIELD, SELF, getcharid(3);
- sleep2(500);
+ sleep2(1200);
kick(getcharid(3), 7); // 7 is not a valid kick reason
//atcommand("@kick "+strcharinfo(0));
end;