Skip to content

Commit

Permalink
fix(data): show inventory item ID when looking
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed May 31, 2021
1 parent cd80294 commit 940a920
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions data/base.yml
@@ -1,4 +1,3 @@
states: [] # template file
worlds:
- locale:
bundles:
Expand All @@ -22,7 +21,7 @@ worlds:
seen: |-
You are in {{room.meta.name}}: {{room.meta.desc}} ({{room.meta.id}}).
inventory: |-
You are holding a {{item.meta.name}}: {{item.meta.desc}} ({{item.meta.desc}}).
You are holding a {{item.meta.name}}: {{item.meta.desc}} ({{item.meta.id}}).
portal: |-
A {{portal.name}} leads to the {{portal.sourceGroup}} ({{portal.dest}}).
actor:
Expand Down

0 comments on commit 940a920

Please sign in to comment.