Skip to content

Commit f15acc0

Browse files
added bot act_tc_kja5
1 parent 91e6d1e commit f15acc0

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

app/Bots.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ export function pick_dialog(dialog) {
5656
return act_tc_kja3;
5757
else if (dialog === 'kja4')
5858
return act_tc_kja4;
59+
else if (dialog === 'kja5')
60+
return act_tc_kja5;
5961
else
6062
return act_tc_invalid_dialog;
6163
}
@@ -813,4 +815,12 @@ function* act_tc_kja4(message, state, response, responseSystem) {
813815
"Wenn du davor stehst, siehst du links und rechts davon Skulpturen aus Metall",
814816
"An der UNTERSEITE der rechten Skulptur solltest du finden, was du suchst!!!",
815817
);
818+
}
819+
820+
function* act_tc_kja5(message, state, response, responseSystem) {
821+
yield* act_tc_kja_base(message, state, response, responseSystem,
822+
"Na gut, dann pass mal auf...",
823+
"Dort wo sich die Häuser Färbergasse 2 und Färbergasse 4 treffen ist eine Blumenvase aus Metall. ",
824+
"Dahinter solltest du finden, was du suchst!!!",
825+
);
816826
}

0 commit comments

Comments
 (0)