From 80d6e1ce3d59b5fac8482af0d49604fd37e12630 Mon Sep 17 00:00:00 2001 From: Mike Loffland Date: Sun, 12 Aug 2018 14:42:12 -0500 Subject: [PATCH] Update torso id and torso title apgipropriately --- src/data/parts.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/data/parts.js b/src/data/parts.js index 489a24b..b0a5f6b 100644 --- a/src/data/parts.js +++ b/src/data/parts.js @@ -103,15 +103,15 @@ const parts = { { id: 2, description: 'A less flexible torso with a battery gauge.', - title: 'Gauged', + title: 'Rigid Gauged', src: images('./torso-gauged.png'), type: 'torsos', cost: 1385 }, { - id: 2, + id: 3, description: 'A simple torso with a pouch for carrying items.', - title: 'Gauged', + title: 'Pouch Gauged', src: images('./torso-pouch.png'), type: 'torsos', cost: 785,