From ec9ddb3629634dc1382320b12d3426c4718d8c07 Mon Sep 17 00:00:00 2001 From: Antonio Andriella <aandriella@iri.upc.edu> Date: Tue, 13 Oct 2020 18:08:19 +0200 Subject: [PATCH] add end game --- src/robot_behaviour/config/sentences/sentences_en_GB | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/robot_behaviour/config/sentences/sentences_en_GB b/src/robot_behaviour/config/sentences/sentences_en_GB index c06b7e4..8238ab3 100644 --- a/src/robot_behaviour/config/sentences/sentences_en_GB +++ b/src/robot_behaviour/config/sentences/sentences_en_GB @@ -25,4 +25,6 @@ 'lev_5':["I will give you the token to move:","The token to move is this one.", "Take it . and move in the right location"], 'pick_ok':["Yep", "Ok", "Great"], -'pick_no':["Really???", "Are you sure?", "No"]} \ No newline at end of file +'pick_no':["Really???", "Are you sure?", "No"], +'end_game':["It has been a pleasure playing with you. Hope you have enjoyed it too."] +} \ No newline at end of file -- GitLab