Skip to content

Commit

Permalink
Remove redefined door fields (#66523)
Browse files Browse the repository at this point in the history
  • Loading branch information
irwiss authored Jun 29, 2023
1 parent 5820766 commit 4250d57
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion data/json/vehicleparts/doors.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@
"copy-from": "hddoor",
"description": "A strong door. Solid construction means you can't see through it when closed.",
"durability": 660,
"location": "center",
"looks_like": "door_opaque",
"name": { "str": "heavy-duty opaque door" },
"extend": { "flags": [ "OPAQUE" ] },
Expand Down
3 changes: 0 additions & 3 deletions data/json/vehicleparts/vehicle_parts.json
Original file line number Diff line number Diff line change
Expand Up @@ -2195,9 +2195,7 @@
"name": { "str": "heavy-duty trunk door" },
"variants": [ { "symbols": "+", "symbols_broken": "&" } ],
"categories": [ "hull" ],
"color": "light_gray",
"looks_like": "door_trunk",
"broken_color": "light_gray",
"damage_modifier": 80,
"durability": 750,
"description": "A strong, short door. You can always see over it, open or closed.",
Expand Down Expand Up @@ -3249,7 +3247,6 @@
"variants": [ { "symbols": "*", "symbols_broken": "*" } ],
"categories": [ "other" ],
"color": "light_blue",
"broken_color": "light_gray",
"durability": 25,
"description": "A lock and latching mechanism. If installed on a door, this can be used to lock it.",
"folded_volume": "250 ml",
Expand Down

0 comments on commit 4250d57

Please sign in to comment.