Skip to content

Commit

Permalink
Fixed check fails
Browse files Browse the repository at this point in the history
Calculated weight properly and added a better description
  • Loading branch information
BlackFira committed Jun 5, 2024
1 parent 3772cd3 commit 7d1677d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/json/items/generic.json
Original file line number Diff line number Diff line change
Expand Up @@ -2406,10 +2406,10 @@
"id": "pinecone_pig",
"name": { "str": "pinecone amulet" },
"category": "other",
"weight": "300 g",
"weight": "220 g",
"color": "brown",
"symbol": ",",
"description": "An amulet of good luck and fortune, good thing it's so easy to make.",
"description": "A pinecone with four small sticks shoved between its scales. An amulet of good luck and fortune, good thing it's so easy to make.",

Check failure on line 2412 in data/json/items/generic.json

View workflow job for this annotation

GitHub Actions / Basic Build and Test (Clang 10, Ubuntu, Curses)

(~[slow] ~[.],starting_items)=> insufficient spaces at this location. 2 required, but only 1 found. Suggested fix: insert " " At the following position (marked with caret) "color": "brown", "symbol": ",", "description": "A pinecone with four small sticks shoved between its scales. An amulet of good luck and fortune, good thing it's so easy to make.", ▲▲▲ "price": "10 cent", "price_postapoc": "10 cent",

Check failure on line 2412 in data/json/items/generic.json

View workflow job for this annotation

GitHub Actions / Basic Build and Test (Clang 10, Ubuntu, Curses)

([slow] ~starting_items)=> insufficient spaces at this location. 2 required, but only 1 found. Suggested fix: insert " " At the following position (marked with caret) "color": "brown", "symbol": ",", "description": "A pinecone with four small sticks shoved between its scales. An amulet of good luck and fortune, good thing it's so easy to make.", ▲▲▲ "price": "10 cent", "price_postapoc": "10 cent",
"price": "10 cent",
"price_postapoc": "10 cent",
"material": [ "wood" ],
Expand Down

0 comments on commit 7d1677d

Please sign in to comment.