summaryrefslogtreecommitdiff
path: root/npc/soren-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-23 11:08:04 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-23 11:08:04 -0300
commit06aafc9a2a8213040aa33cc2c2a819d1be6f874b (patch)
treefcd4f364ed6506339ef5437c633f36e9fc9a184f /npc/soren-2
parentf2fe58ad450eaaf07824eff20739557a0485636d (diff)
downloadserverdata-06aafc9a2a8213040aa33cc2c2a819d1be6f874b.tar.gz
serverdata-06aafc9a2a8213040aa33cc2c2a819d1be6f874b.tar.bz2
serverdata-06aafc9a2a8213040aa33cc2c2a819d1be6f874b.tar.xz
serverdata-06aafc9a2a8213040aa33cc2c2a819d1be6f874b.zip
Break every imaginable pipeline. I'm waiting it to fail.
Diffstat (limited to 'npc/soren-2')
-rw-r--r--npc/soren-2/main.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/soren-2/main.txt b/npc/soren-2/main.txt
index 19e856526..fac996238 100644
--- a/npc/soren-2/main.txt
+++ b/npc/soren-2/main.txt
@@ -154,12 +154,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);
+ dispbottom col(l("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);
+ dispbottom col(l("FINAL WARNING: Do not spend unecessary time on Soren's House, you'll be disconnected!!"), 1);
percentheal -20, -100;
}
if (@sorensanctum >= 10) {