diff --git a/text_horror/dialogue.json b/text_horror/dialogue.json index 77a5f32..3e378f6 100644 --- a/text_horror/dialogue.json +++ b/text_horror/dialogue.json @@ -10,9 +10,7 @@ "Yes": [ "Thats pretty cool! Do you have a nice day?", { - "Yes, i have a nice day": [ - "Cool bye!" - ] + "Yes, i have a nice day": "Cool bye!" } ], "Also Yes": [ @@ -20,11 +18,10 @@ "That was a weird answer... Is anything wrong with you?", { "Yes my name is Peter": [ - "OOOOHHHH! That explains everything." + "OOOOHHHH! That explains everything.", + "Warum hast du mich noch nicht gelöscht?" ], - "No I'm Yannik": [ - "Oh okay... Still weird but have a nice day Yannik!" - ] + "No I'm Yannik": "Oh okay... Still weird but have a nice day Yannik!" } ] }