Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhilkinSerg authored and klorpa committed Aug 14, 2024
1 parent 5ab7cb7 commit 9da25f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions data/json/items/generic.json
Original file line number Diff line number Diff line change
Expand Up @@ -3094,7 +3094,7 @@
{
"id": "pouch_autoclave",
"type": "AMMO",
"ammo_type": [ "NULL" ],
"ammo_type": "NULL",
"category": "other",
"name": { "str": "autoclave pouch", "str_pl": "autoclave pouches" },
"description": "A medical device that bears the approval of the FDA (Food and Drug Administration). If used properly, this pouch can keep things sterile indefinitely.",
Expand Down Expand Up @@ -3404,7 +3404,7 @@
"symbol": ".",
"flags": [ "HURT_WHEN_WIELDED" ],
"color": "white",
"ammo_type": [ "components" ]
"ammo_type": "components"
},
{
"id": "clay_pot_flower",
Expand Down
8 changes: 4 additions & 4 deletions data/json/items/resources/fasteners.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"material": [ "steel" ],
"symbol": "=",
"color": "dark_gray",
"ammo_type": [ "components" ]
"ammo_type": "components"
},
{
"id": "button_plastic",
Expand All @@ -28,7 +28,7 @@
"symbol": "=",
"color": "dark_gray",
"count": 20,
"ammo_type": [ "components" ]
"ammo_type": "components"
},
{
"id": "button_steel",
Expand Down Expand Up @@ -80,7 +80,7 @@
"material": [ "cotton" ],
"symbol": "=",
"color": "dark_gray",
"ammo_type": [ "components" ]
"ammo_type": "components"
},
{
"id": "zipper_long_plastic",
Expand All @@ -103,6 +103,6 @@
"material": [ "plastic", "cotton" ],
"symbol": "=",
"color": "dark_gray",
"ammo_type": [ "components" ]
"ammo_type": "components"
}
]

0 comments on commit 9da25f2

Please sign in to comment.