Skip to content
Snippets Groups Projects
Commit 2af9004f authored by Ahmed Yusuf's avatar Ahmed Yusuf
Browse files
parents 78dae183 3a671e9e
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ item_safe = { ...@@ -12,7 +12,7 @@ item_safe = {
"name": "a secure safe", "name": "a secure safe",
"description": "(no description)", "description": "The safe seems to be locked, it looks like it needs a passcode to open it.",
"pick-up": False, "pick-up": False,
"open": False "open": False
...@@ -22,7 +22,7 @@ item_note = { ...@@ -22,7 +22,7 @@ item_note = {
"name": "a hidden note", "name": "a hidden note",
"description": "(no description)", "description": "You read the note and it seems to have some sort of puzzle on it.",
"pick-up": True "pick-up": True
} }
...@@ -48,7 +48,7 @@ powered_torch = { ...@@ -48,7 +48,7 @@ powered_torch = {
"name": "a torch with batteries", "name": "a torch with batteries",
"description": "(no description)", "description": "The torch is now functioning and able to light up dark areas.",
"pick-up": True "pick-up": True
} }
...@@ -58,7 +58,7 @@ item_diary = { ...@@ -58,7 +58,7 @@ item_diary = {
"name": "a personal diary", "name": "a personal diary",
"description": "(no description)", "description": "You've found a diary, you flip through some pages and read some interesting stories but you notice a note sticking out.",
"pick-up": True, "pick-up": True,
"open": False "open": False
} }
...@@ -67,7 +67,7 @@ item_screwdriver = { ...@@ -67,7 +67,7 @@ item_screwdriver = {
"name": "a screwdriver", "name": "a screwdriver",
"description": "()", "description": "You notice something shiny on the floor, it looks like a screwdriver, it may come in use later.",
"pick-up": True "pick-up": True
} }
item_winebottle = { item_winebottle = {
......
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