From 8f005fc9d43efaa51d85356c4373bff8a7ba588a Mon Sep 17 00:00:00 2001 From: hydrant Date: Sat, 8 May 2021 18:28:35 +0200 Subject: [PATCH] wheels 2,5k price --- ReallifeGamemode.Client/Tuning/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Client/Tuning/main.ts b/ReallifeGamemode.Client/Tuning/main.ts index f6f1bdd4..ab46f4a1 100644 --- a/ReallifeGamemode.Client/Tuning/main.ts +++ b/ReallifeGamemode.Client/Tuning/main.ts @@ -43,7 +43,7 @@ export default function tuning(globalData: IGlobalData) { { Slot: 15, Name: "Federung", Price: 2000 }, { Slot: 18, Name: "Turbo", BasePercentage: 45, PriceIncreasePerLevel: 0 }, { Slot: 22, Name: "Licht", Price: 500 }, - { Slot: -2, Name: "Reifen", Price: 3000 }, + { Slot: -2, Name: "Reifen", Price: 2500 }, { Slot: -1, Name: "Lackierung", Price: 1000 }, { Slot: 25, Name: "Nummernschildhalter", Price: 500 }, { Slot: 27, Name: "Innenausstatung", Price: 500 },