Corrected kidnap location for Quiz Master

This commit is contained in:
Tooze 2026-07-06 13:10:26 +00:00 committed by Ryan
parent 5822b8df99
commit 9a4566cb0e

View file

@ -23,7 +23,7 @@ class QuizMasterNPC(var type: String = "", override var loot: WeightBasedTable?
super.init()
sendChat("Hey ${player.username}! It's your lucky day!")
face(player)
kidnapPlayer(this, player, Location(1952, 4764, 0)) { player, _ ->
kidnapPlayer(this, player, Location(1952, 4764, 1)) { player, _ ->
setAttribute(player, QuizMasterDialogueFile.QUIZMASTER_ATTRIBUTE_QUESTIONS_CORRECT, 0)
sendMessage(player, "Answer four questions correctly in a row to be teleported back where you came from.")
sendMessage(player, "You will need to relog in if you lose the quiz dialog.") // Inauthentic, but there to notify the player in case.