Skip to content

Commit

Permalink
Merge pull request CleverRaven#44766 from irwiss/add-default-symbols
Browse files Browse the repository at this point in the history
Add default symbols to in-repo mods
  • Loading branch information
ZhilkinSerg authored Oct 10, 2020
2 parents fc29fb6 + 0b8d73c commit 8302969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/mods/Aftershock/vehicles/vehicle_parts.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@
"item": "afs_titanium_frame",
"location": "structure",
"color": "light_gray",
"symbol": "c",
"durability": 100,
"description": "An ultralight titanium framework. Other vehicle components can be mounted on it, and it can be attached to other frames to increase the vehicle's size.",
"breaks_into": [ { "item": "afs_scrap_titanium", "count": [ 1, 3 ] } ],
Expand Down
1 change: 1 addition & 0 deletions data/mods/Magiclysm/vehicleparts/frames.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"name": "orichalcum frame",
"item": "orichalcum_frame",
"location": "structure",
"symbol": "c",
"durability": 2000,
"description": "An expensive magical metal framework. Other vehicle components can be mounted on it, and it can be attached to other frames to increase the vehicle's size.",
"breaks_into": "orichalcum_frame_break",
Expand Down

0 comments on commit 8302969

Please sign in to comment.