diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-21 22:32:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-21 22:32:44 -0300 |
commit | c7cd68c3b08c3229184d677951331148b7df5a05 (patch) | |
tree | 133abf464e2999389d40a90db63fd57bb9702932 /npc/functions | |
parent | e4179dd624cd36602c37921bbe505f18c426c4f3 (diff) | |
download | serverdata-c7cd68c3b08c3229184d677951331148b7df5a05.tar.gz serverdata-c7cd68c3b08c3229184d677951331148b7df5a05.tar.bz2 serverdata-c7cd68c3b08c3229184d677951331148b7df5a05.tar.xz serverdata-c7cd68c3b08c3229184d677951331148b7df5a05.zip |
Server-side: Accept The Academy Island
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/scoreboards.txt | 5 | ||||
-rw-r--r-- | npc/functions/weather.txt | 1 |
2 files changed, 5 insertions, 1 deletions
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"); |