summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/026-6/ctrl.c4
-rw-r--r--npc/026-7/boss.txt4
-rw-r--r--npc/functions/scoreboards.txt6
3 files changed, 7 insertions, 7 deletions
diff --git a/npc/026-6/ctrl.c b/npc/026-6/ctrl.c
index 50d032546..1993cbd59 100644
--- a/npc/026-6/ctrl.c
+++ b/npc/026-6/ctrl.c
@@ -80,11 +80,11 @@ OnTouch:
if ($GAME_STORYLINE >= 5 && !@menuint) cwarp "026-6", 22, 41;
// Begin the challenge! It's SHOWDOWN TIME!
$@MK_CHALLENGE=max(1, @menuint);
- kamibroadcast(strcharinfo(0)+" has CHALLENGED the MONSTER KING to a SHOWDOWN!", "WORLD HEART");
+ kamibroadcast(strcharinfo(0)+" has CHALLENGED the MONSTER KING to a SHOWDOWN!", b("WORLD HEART"));
sleep(2500);
mapannounce("026-6", "WORLD HEART : The teleporter is now enabled... Get to positions!", bc_map|bc_npc);
sleep(5000);
- kamibroadcast("It is... SHOWDOWN TIME!", "WORLD HEART");
+ kamibroadcast("It is... SHOWDOWN TIME!", b("WORLD HEART"));
sleep(2500);
donpcevent "Impregnable#B7F::OnBegin";
}
diff --git a/npc/026-7/boss.txt b/npc/026-7/boss.txt
index d1fec3ced..82c8cbad0 100644
--- a/npc/026-7/boss.txt
+++ b/npc/026-7/boss.txt
@@ -255,7 +255,7 @@ OnTimer10000:
enablenpc .name$;
if (!.@end) {
// This is not due to full health! We actually won!
- kamibroadcast("The MONSTER KING has been DEFEATED!", "WORLD HEART");
+ kamibroadcast("The MONSTER KING has been DEFEATED!", b("WORLD HEART"));
$@MK_COOLDOWN = gettimetick(2) + 7200;
if ($GAME_STORYLINE != 5)
goto L_NextAct;
@@ -264,7 +264,7 @@ OnTimer10000:
goto OnPrepBlight;
} else {
// We actually lost?!
- kamibroadcast("The MONSTER KING has WON the showdown!", "WORLD HEART");
+ kamibroadcast("The MONSTER KING has WON the showdown!", b("WORLD HEART"));
$@MK_COOLDOWN = gettimetick(2) + 1800;
// Apply some kind of penalty, like lowering EXP rate in 5% for a hour
// (NLib was 50% for 24 hours...)
diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt
index d262be7ce..2091e5ec5 100644
--- a/npc/functions/scoreboards.txt
+++ b/npc/functions/scoreboards.txt
@@ -439,16 +439,16 @@ function script HallOfSponsor {
else
mes l("And also in notable mention of those who [@@https://www.patreon.com/TMW2|sponsor@@] the Alliance and its administrative structure.");
mes "";
- mes "Saulc, Woody, Sharli, Povo";
+ mes "Woody, Sharli, Povo";
// List previous sponsors?
if (!getarg(0, false)) {
- mesc "GonzoDark";
+ mesc "Saulc, GonzoDark, Jak1";
}
return;
}
// Returns the name of a random sponsor
function script rand_sponsor {
- return any("Saulc", "Woody", "Sharli", "Povo");
+ return any("Woody", "Sharli", "Povo");
}
// HallOfGame()