From 919e99d2256bad8566afbcdfc8419cf04ded0e93 Mon Sep 17 00:00:00 2001 From: Lennart Kampshoff Date: Sat, 27 Oct 2018 22:54:21 +0200 Subject: [PATCH] Added custom tuning part names for cheetah2 and tezeract --- Client/Tuning/main.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/Client/Tuning/main.js b/Client/Tuning/main.js index 249bf55e..4afcc81a 100644 --- a/Client/Tuning/main.js +++ b/Client/Tuning/main.js @@ -48,6 +48,24 @@ var customPartNames = [ Name: "Kotflügel" } ] + }, + { + Model: 223240013, + Names: [ + { + Slot: 9, + Name: "Heckkotflügel" + } + ] + }, + { + Model: 1031562256, + Names: [ + { + Slot: 5, + Name: "Stoßdämpfer" + } + ] } ];