Added the unlock trigger for Volcanic Vikings
This commit is contained in:
@@ -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")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user