diff --git a/resource/tasks.json b/resource/tasks.json index f64fc1e3c6..23d0703bcb 100644 --- a/resource/tasks.json +++ b/resource/tasks.json @@ -321,14 +321,22 @@ "template": "FriendsList.png", "action": "clickSelf", "next": [ - "StartToVisit" + "StartToVisit", + "NoFriends" + ] + }, + "NoFriends": { + "template": "NoFriends.png", + "action": "doNothing", + "next": [ + "ReturnToMall" ] }, "StartToVisit": { "template": "StartToVisit.png", "templThreshold": 0.8, "action": "clickSelf", - "rearDelay": 5000, + "rearDelay": 3000, "next": [ "VisitNext" ] diff --git a/resource/template/NoFriends.png b/resource/template/NoFriends.png new file mode 100644 index 0000000000..f6c835b0a9 Binary files /dev/null and b/resource/template/NoFriends.png differ