Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Xygen <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored May 9, 2024
1 parent 510c8eb commit 8e13dc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion data/json/items/comestibles/med.json
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@
"type": "COMESTIBLE",
"comestible_type": "MED",
"name": { "str_sp": "skunk spray neutralizing solution" },
"description": "A combination of hyrdogen peroxide, baking soda, and dish soap that works together to transform skunk spray thiocetates into odorless acids.",
"description": "A combination of hydrogen peroxide, baking soda, and dish soap that works together to transform skunk spray thiocetates into odorless acids.",
"weight": "28 g",
"volume": "250 ml",
"price": "1 USD",
Expand Down
6 changes: 1 addition & 5 deletions data/json/recipes/recipe_medsandchemicals.json
Original file line number Diff line number Diff line change
Expand Up @@ -1044,11 +1044,7 @@
"skills_required": [ "survival", 1 ],
"difficulty": 1,
"time": "5 m",
"book_learn": [
[ "pocket_survival", 3 ],
[ "survival_book", 3 ],
[ "isherwood_herbal_remedies", 2 ]
],
"book_learn": [ [ "pocket_survival", 3 ], [ "survival_book", 3 ], [ "isherwood_herbal_remedies", 2 ] ],
"qualities": [ { "id": "CHEM", "level": 1 } ],
"components": [ [ [ "chem_hydrogen_peroxide", 4 ] ], [ [ "chem_baking_soda", 83 ], [ "liquid_soap", 2 ] ] ],
"charges": 4
Expand Down

0 comments on commit 8e13dc1

Please sign in to comment.