diff --git a/assets/scenarios/scenario3.json b/assets/scenarios/scenario3.json index 2732228..24729a8 100644 --- a/assets/scenarios/scenario3.json +++ b/assets/scenarios/scenario3.json @@ -20,9 +20,10 @@ }, { "type": "notes", - "name": "Fun facts about me - ordering from fav to least fav", + "name": "Fun facts about me - ordering from favorite to least favorite", "takeable": true, "readable": true, + "inInventory": true, "text": "Favorite scientists: \n-Albert Einstein \n-Frank Tipler \n-Igor Novikov \n-Stephen Hawking \n \nFavorite theories: \n-Relativity Theory \n-Gödel’s Rotating Universe \n-Tipler’s Rotating Cylinder \n-Darwin's Theory of Evolution \nFavorite movie: \n-Back to the future \nPhone number: \n-07123456789" }, { diff --git a/assets/scenarios/scenario4.json b/assets/scenarios/scenario4.json index b8abd6d..8a8d921 100644 --- a/assets/scenarios/scenario4.json +++ b/assets/scenarios/scenario4.json @@ -21,6 +21,7 @@ "name": "Recipe Note", "takeable": true, "readable": true, + "inInventory": true, "text": "Cookies always start with the right ingredients! Step by step, you will gain an ingredient back from your recipe." } ]