diff --git a/coursedata/adventures/en.yaml b/coursedata/adventures/en.yaml index 30499de789c..28d7a2332aa 100644 --- a/coursedata/adventures/en.yaml +++ b/coursedata/adventures/en.yaml @@ -522,7 +522,7 @@ adventures: restaurant: name: "Restaurant" description: "Create your own virtual restaurant" - image: "" + image: "restaurant.png" default_save_name: "Restaurant" levels: 1: diff --git a/coursedata/adventures/hu.yaml b/coursedata/adventures/hu.yaml index 554b473b881..07e055e6f2e 100644 --- a/coursedata/adventures/hu.yaml +++ b/coursedata/adventures/hu.yaml @@ -493,8 +493,8 @@ adventures: restaurant: name: Étterem default_save_name: Étterem + image: "restaurant.png" description: Készíts virtuális éttermet - image: '' levels: 1: start_code: '' diff --git a/static/images/restaurant.png b/static/images/restaurant.png new file mode 100644 index 00000000000..edeccffb4ee Binary files /dev/null and b/static/images/restaurant.png differ