Skip to content

Commit

Permalink
Fix entity attributes (thanks @byorgey)
Browse files Browse the repository at this point in the history
Co-authored-by: Brent Yorgey <byorgey@gmail.com>
  • Loading branch information
xsebek and byorgey committed Jun 10, 2022
1 parent 60dbedf commit 801002c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/entities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@

- name: iron ore
display:
attr: copper
char: 'C'
attr: iron
char: 'F'
description:
- Raw iron ore. Used to create more resilient tools.
- It can only be mined by drilling in the mountains.
Expand Down Expand Up @@ -333,7 +333,7 @@

- name: iron gear
display:
attr: wood
attr: iron
char: '*'
description:
- An iron gear that is more resilient.
Expand Down

0 comments on commit 801002c

Please sign in to comment.