From f54f21e429185c169163f432b1305d895aa535d4 Mon Sep 17 00:00:00 2001 From: arijust <54635208+arijust@users.noreply.github.com> Date: Mon, 16 Dec 2019 21:12:58 +0100 Subject: [PATCH] Tweak name of non-vehicle turret chassis. --- data/json/items/robot_parts.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/json/items/robot_parts.json b/data/json/items/robot_parts.json index 3a2c2fea147e3..37d22cda8344e 100644 --- a/data/json/items/robot_parts.json +++ b/data/json/items/robot_parts.json @@ -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",