Added the unlock trigger for Volcanic Vikings

This commit is contained in:
ceikry
2021-07-10 23:27:48 -05:00
parent 89ab62355d
commit 6207846cc6
2 changed files with 12 additions and 2 deletions
+9
View File
@@ -1146,4 +1146,13 @@ object ContentAPI {
fun addClimbDest(ladderLoc: Location, dest: Location){
SpecialLadders.add(ladderLoc,dest)
}
/**
* Sends a news announcement in game chat.
* @param message the message to announce
*/
@JvmStatic
fun sendNews(message: String){
Repository.sendNews(message, 12, "CC6600")
}
}