Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
Group Project
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ahmed Yusuf
Group Project
Commits
e9858366
Commit
e9858366
authored
2 years ago
by
Yaqing Wu
Browse files
Options
Downloads
Patches
Plain Diff
Some descriptions
parent
623cccbe
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Group_game/items.py
+4
-4
4 additions, 4 deletions
Group_game/items.py
with
4 additions
and
4 deletions
Group_game/items.py
+
4
−
4
View file @
e9858366
...
...
@@ -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
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment