removed inauthentic dialogue as per issue 2337

This commit is contained in:
Joshua Yeager 2026-03-11 20:59:15 -07:00
parent b293ad1444
commit 721ab0bcb1
2 changed files with 0 additions and 2 deletions

View file

@ -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){

View file

@ -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