mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-01 14:39:13 -06:00
Corrected kidnap location for Quiz Master
This commit is contained in:
parent
5822b8df99
commit
9a4566cb0e
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue