Skip to content
Snippets Groups Projects
Commit e9858366 authored by Yaqing Wu's avatar Yaqing Wu
Browse files

Some descriptions

parent 623cccbe
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment