mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-28 05:45:10 -06:00
removed inauthentic dialogue as per issue 2337
This commit is contained in:
parent
b293ad1444
commit
721ab0bcb1
2 changed files with 0 additions and 2 deletions
|
|
@ -59,7 +59,6 @@ class PeerTheSeerDialogue(player: Player? = null) : DialoguePlugin(player) {
|
|||
else if(player.getAttribute("PeerStarted",false) && !(player.inventory.isEmpty && player.equipment.isEmpty)){
|
||||
//npcl(FacialExpression.SAD,"Uuuh... What was that dark presence I felt?")
|
||||
stage = 100
|
||||
player.dialogueInterpreter.handle(0,0)
|
||||
return true
|
||||
}
|
||||
else if(player.getAttribute("PeerStarted",false) && player.inventory.isEmpty && player.equipment.isEmpty){
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ import core.api.isQuestInProgress
|
|||
import core.api.openDialogue
|
||||
import core.game.dialogue.DialoguePlugin
|
||||
import core.game.dialogue.FacialExpression
|
||||
import core.game.node.entity.npc.NPC
|
||||
import core.game.node.entity.player.Player
|
||||
import core.plugin.Initializable
|
||||
import core.tools.END_DIALOGUE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue