From 06aafc9a2a8213040aa33cc2c2a819d1be6f874b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 23 Jun 2018 11:08:04 -0300 Subject: Break every imaginable pipeline. I'm waiting it to fail. --- npc/soren-2/main.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/soren-2/main.txt') 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) { -- cgit v1.2.3-60-g2f50