From d546f1cb8ebd5488750ee4fc5d0ef30da85e0c17 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 8 Dec 2021 18:41:44 -0300 Subject: Sorry @gumiko seems like I forgot you D; --- npc/080-1/final.txt | 9 +++++---- npc/annuals/xmas/2021.txt | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/npc/080-1/final.txt b/npc/080-1/final.txt index e01bf8f1..be3f4379 100644 --- a/npc/080-1/final.txt +++ b/npc/080-1/final.txt @@ -207,9 +207,9 @@ OnKil: if (!X21GAK_GATE()) end; mes l("There are several names in fine print below this gargoyle:"); - // Sorry for missing names (e.g. Platyna) and spurious names (e.g. Crush) - // Wanted to list only TMW sysadmins but too much trouble - mes "Bjorn ~ Wushin ~ ElvenProgrammer ~ Freeyorp ~ Frost ~ Jak1 ~ Jaxad ~ Jesusalva ~ MadCamel ~ Reid ~ Jenalya ~ 4144 ~ o11c ~ Platyna"; + // Note: This is the list of TMW sysadmins (past and current) + // Some names may be missing; Apologies in advance if so. + mes "Bjorn ~ Wushin ~ ElvenProgrammer ~ Freeyorp ~ Frost ~ Jak1 ~ Jaxad ~ Jesusalva ~ MadCamel ~ Reid ~ Gumi ~ Jenalya ~ 4144 ~ o11c ~ Platyna"; next; mes l("Whose name do you press?"); select @@ -224,6 +224,7 @@ OnKil: l("Jesusalva"), l("MadCamel"), l("Reid"), + l("Gumi"), l("Jenalya"), l("4144"), l("o11c"), @@ -297,7 +298,7 @@ function showgak { OnInit: .distance = 5; - setarray .adm$, "Bjorn", "Wushin", "ElvenProgrammer", "Freeyorp", "Frost", "Jak1", "Jaxad", "Jesusalva", "MadCamel", "Reid", "Jenalya", "4144", "o11c", "Platyna"; + setarray .adm$, "Bjorn", "Wushin", "ElvenProgrammer", "Freeyorp", "Frost", "Jak1", "Jaxad", "Jesusalva", "MadCamel", "Reid", "Gumi", "Jenalya", "4144", "o11c", "Platyna"; if (!isChristmas21()) goto L_Off; goto L_On; diff --git a/npc/annuals/xmas/2021.txt b/npc/annuals/xmas/2021.txt index b35676b1..e872da43 100644 --- a/npc/annuals/xmas/2021.txt +++ b/npc/annuals/xmas/2021.txt @@ -27,7 +27,7 @@ function script X21_DOSTART { if (strcharinfo(0) == "kytty") XMAS21_KEYWORD = 7; else - XMAS21_KEYWORD = rand2(14); + XMAS21_KEYWORD = rand2(15); return; } -- cgit v1.2.3-60-g2f50