Update NPC Plugins Layout To Put Click Actions Per NPC Plugin

(cherry picked from commit 156d864bfd)
This commit is contained in:
Dark98
2021-10-31 02:42:38 +00:00
parent 8ee88848a3
commit 8d0000de0b
3 changed files with 34 additions and 9 deletions
@@ -13,7 +13,7 @@ class ManWomanDialogue(private val randomDialogue: Int) : DialoguePlugin() {
override fun sendDialogues(factory: DialogueFactoryPlugin) {
// Since Man and Woman NPCs provide a random dialogue every interaction, use a switch statement
// There are 23 dialogues, but a random number is rolled between 0 and 22 in the NpcFirstClick.kt file
// There are 23 dialogues, but a random number is rolled between 0 and 22 in the FirstClick.kt file
// as part of the calling process
when(randomDialogue) {
0 ->