diff --git a/Group_game/items.py b/Group_game/items.py index 61ceec0208e8c7bdb67fcf9648b65daac86e483e..34d68bb2a4df34dee05bf678b0e054f583f0c9f7 100644 --- a/Group_game/items.py +++ b/Group_game/items.py @@ -4,7 +4,7 @@ item_batteries = { "name": "a pair of batteries", - "description": "(no description)", + "description": "You've found some batteries, I wonder what they might be used for", "pick-up": True } item_safe = { @@ -31,7 +31,7 @@ item_key = { "name": "a key", - "description": "(no description).", + "description": "You found something hidden in the dust and spiderwebs it seems to be...a key! It's a bit rusty but it can still do the job.", "pick-up": True } @@ -40,7 +40,7 @@ unpowered_torch = { "name": "a torch", - "description": "(no description)", + "description": "A torch, capable of lighting up dark areas but it looks like the torch is empty perhaps there are some batteries laying around", "pick-up": True } powered_torch = { @@ -61,4 +61,4 @@ item_diary = { "description": "(no description)", "pick-up": True, "open": False -} \ No newline at end of file +}