summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-08 13:36:53 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-08 13:36:53 -0300
commitbb8b8e31017be935d41ea4dfa7fca084b6e563b0 (patch)
tree71d7b37a071b623a943abe27b50ecc6776ba4179
parentef84a1adb9a170ee99543a0333d5a86f97398a0d (diff)
downloadserverdata-bb8b8e31017be935d41ea4dfa7fca084b6e563b0.tar.gz
serverdata-bb8b8e31017be935d41ea4dfa7fca084b6e563b0.tar.bz2
serverdata-bb8b8e31017be935d41ea4dfa7fca084b6e563b0.tar.xz
serverdata-bb8b8e31017be935d41ea4dfa7fca084b6e563b0.zip
Warning sounds before @kick
-rw-r--r--npc/soren-2/main.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/soren-2/main.txt b/npc/soren-2/main.txt
index d9d70799a..f74ad0e52 100644
--- a/npc/soren-2/main.txt
+++ b/npc/soren-2/main.txt
@@ -145,10 +145,12 @@ OnSanctum:
// Handle maximum overtime you can do here: 10 cycles, or 3m20s ~ 6m40s
if (@sorensanctum == 8) {
+ specialeffect(28);
dispbottom col("WARNING: Do not spend unecessary time on Soren's House, you'll be disconnected!", 1);
percentheal -5, -20;
}
if (@sorensanctum == 9) {
+ specialeffect(28);
dispbottom col("FINAL WARNING: Do not spend unecessary time on Soren's House, you'll be disconnected!!", 1);
percentheal -20, -100;
}