Skip to content

Commit

Permalink
Merge pull request #36165 from arijust/soap_flakes_fix
Browse files Browse the repository at this point in the history
Tweak name of non-vehicle turret chassis.
  • Loading branch information
ZhilkinSerg authored Dec 16, 2019
2 parents ece5c9d + f54f21e commit 970e1c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/json/items/robot_parts.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@
{
"type": "GENERIC",
"id": "turret_chassis",
"name": "turret chassis",
"name_plural": "turret chassis",
"description": "What's left when you remove all moving parts and electronics. It's the skeleton and armor of a turret.",
"name": "turret interior chassis",
"name_plural": "turret interior chassis",
"description": "What's left when you remove all moving parts and electronics. It's the skeleton of a turret.",
"symbol": "c",
"color": "light_gray",
"weight": "10000 g",
Expand Down

0 comments on commit 970e1c9

Please sign in to comment.