Skip to content

Commit

Permalink
Fix Grid Welding Rig (#2317)
Browse files Browse the repository at this point in the history
Reverts what I assume is an unintentional change.
  • Loading branch information
KheirFerrum authored Feb 13, 2023
1 parent cda4bc7 commit 943c6c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/json/furniture_and_terrain/furniture-appliances.json
Original file line number Diff line number Diff line change
Expand Up @@ -1001,10 +1001,11 @@
"id": "f_welderrig",
"copy-from": "f_gridwelder",
"looks_like": "weldrig",
"name": "grid welder rig",
"name": "grid welding rig",
"symbol": "#",
"color": "red",
"description": "A vehicle welding rig connected to a electrical grid. Has a soldering iron attached.",
"extend": { "crafting_pseudo_item": [ "fake_gridsolderingiron" ] },
"deconstruct": {
"items": [ { "item": "weldrig", "count": 1 }, { "item": "cable", "charges": 5 }, { "item": "power_supply", "count": 1 } ]
},
Expand Down

0 comments on commit 943c6c1

Please sign in to comment.