Skip to content

Commit

Permalink
Fixes light wheel mounts not being foldable (CleverRaven#33797)
Browse files Browse the repository at this point in the history
* Make light wheel mounts foldable

* Update wheel.json
  • Loading branch information
CCorvet authored and misterprimus committed Sep 21, 2019
1 parent 349e946 commit 0b4c873
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/json/vehicleparts/wheel.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"broken_symbol": "X",
"broken_color": "light_gray",
"damage_modifier": 80,
"folded_volume": 1,
"durability": 120,
"description": "A piece of metal with holes suitable for a bike or motorbike wheel.",
"item": "wheel_mount_light",
Expand All @@ -17,7 +18,7 @@
"removal": { "skills": [ [ "mechanics", 1 ] ], "time": "10 m", "qualities": [ { "id": "SAW_M", "level": 2 } ] },
"repair": { "skills": [ [ "mechanics", 1 ] ], "time": "10 m", "using": [ [ "welding_standard", 5 ] ] }
},
"flags": [ "WHEEL_MOUNT_LIGHT", "NEEDS_JACKING" ],
"flags": [ "WHEEL_MOUNT_LIGHT", "NEEDS_JACKING", "FOLDABLE" ],
"breaks_into": [ { "item": "scrap", "count": [ 0, 1 ] } ],
"damage_reduction": { "all": 10 }
},
Expand Down

0 comments on commit 0b4c873

Please sign in to comment.