From e985836602295ec393ba7b9f6eb82b56a275c7c0 Mon Sep 17 00:00:00 2001 From: YaQingWu <WuYQ@cardiff.ac.uk> Date: Sun, 23 Oct 2022 15:18:20 +0100 Subject: [PATCH] Some descriptions --- Group_game/items.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Group_game/items.py b/Group_game/items.py index 61ceec0..34d68bb 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 +} -- GitLab