mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-21 09:02:07 -07:00
Mistag dialoguefile fix
This commit is contained in:
parent
8e872e7c40
commit
2746849801
1 changed files with 6 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
|||
package rs09.game.content.quest.members.thelosttribe
|
||||
|
||||
import core.game.component.Component
|
||||
import core.game.content.activity.ActivityManager
|
||||
import core.game.content.dialogue.FacialExpression
|
||||
import rs09.game.content.dialogue.DialogueFile
|
||||
import rs09.tools.END_DIALOGUE
|
||||
import rs09.tools.START_DIALOGUE
|
||||
|
|
@ -49,4 +51,8 @@ class MistagLTDialogue(val isGreeting: Boolean, val questStage: Int) : DialogueF
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
override fun npc(vararg messages: String?): Component? {
|
||||
return npc(FacialExpression.OLD_NORMAL,*messages)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue