From 85e320a4db466223e5fd584c618105cf5bd95f5a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 4 Jan 2022 20:27:25 -0300 Subject: Add the first (and possibly only) mention to chanting --- npc/002-3/note.txt | 1 + npc/functions/dungeon.txt | 2 +- npc/functions/main.txt | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/npc/002-3/note.txt b/npc/002-3/note.txt index 9864ad55e..32cdf4d15 100644 --- a/npc/002-3/note.txt +++ b/npc/002-3/note.txt @@ -40,6 +40,7 @@ l("Do not give your password to anybody! Keep it secret and try not to use the same one anywhere else in the future. - Juliet"), l("People from the press always know what is happening in the world. Talk to them to learn about the latest news! - Jerican from the Press"), l("I love you, Silvia! - Swezanne"), + (!rand2(50) ? ("\"Come meager fire, and devastate spot!\" "+l("-- Grandmaster")) : ""), l("Other things are written but are not legible anymore."); close; diff --git a/npc/functions/dungeon.txt b/npc/functions/dungeon.txt index ca6799fe6..9d780c019 100644 --- a/npc/functions/dungeon.txt +++ b/npc/functions/dungeon.txt @@ -141,7 +141,7 @@ OnBleed: if (rand2(50) == 25) SC_Bonus(15, SC_BLOODING, 1); - // New tick + // New tick (15 seconds fixed cycle) addtimer2 15000, .name$+"::OnBleed"; end; diff --git a/npc/functions/main.txt b/npc/functions/main.txt index 58ec36e00..2c7f62c8d 100644 --- a/npc/functions/main.txt +++ b/npc/functions/main.txt @@ -152,6 +152,8 @@ function script narrator { for (.@i = .@start; .@i < .@argc; .@i++) { + if (getarg(.@i) == "") continue; + mes col(getarg(.@i), 9); if (.@i < .@argc - 1) dnext; -- cgit v1.2.3-60-g2f50