Mistag dialoguefile fix
This commit is contained in:
+6
@@ -1,6 +1,8 @@
|
|||||||
package rs09.game.content.quest.members.thelosttribe
|
package rs09.game.content.quest.members.thelosttribe
|
||||||
|
|
||||||
|
import core.game.component.Component
|
||||||
import core.game.content.activity.ActivityManager
|
import core.game.content.activity.ActivityManager
|
||||||
|
import core.game.content.dialogue.FacialExpression
|
||||||
import rs09.game.content.dialogue.DialogueFile
|
import rs09.game.content.dialogue.DialogueFile
|
||||||
import rs09.tools.END_DIALOGUE
|
import rs09.tools.END_DIALOGUE
|
||||||
import rs09.tools.START_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)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user