From c7cd68c3b08c3229184d677951331148b7df5a05 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 21 Feb 2020 22:32:44 -0300 Subject: Server-side: Accept The Academy Island --- npc/functions/scoreboards.txt | 5 ++++- npc/functions/weather.txt | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'npc/functions') diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index 41e8078dd..fa1734ea4 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -306,7 +306,10 @@ function script HallOfSponsor { } return; } - +// Returns the name of a random sponsor +function script rand_sponsor { + return any("Saulc", "Woody", "Sharli"); +} // HallOfGame() function script HallOfGame { diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt index 4c87c9627..561c6b596 100644 --- a/npc/functions/weather.txt +++ b/npc/functions/weather.txt @@ -88,6 +88,7 @@ OnInit: htput(.wcore, "018-2", "woodland"); htput(.wcore, "018-4", "woodland"); htput(.wcore, "018-5", "woodland"); + htput(.wcore, "027-1", "woodland"); // Icelands htput(.wcore, "001-7", "iceland"); -- cgit v1.2.3-60-g2f50