From b9b68475b1ea3fe62d668e12da71a2348ccc00f0 Mon Sep 17 00:00:00 2001 From: Yannik <80621863+vaporvee@users.noreply.github.com> Date: Mon, 29 May 2023 20:59:33 +0200 Subject: [PATCH] more eficient dialogue file --- text_horror/dialogue.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) 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!" } ] }