From eebf0469a5573af95c13f37763585d1be7dbc523 Mon Sep 17 00:00:00 2001 From: hydrant Date: Sun, 16 May 2021 22:59:40 +0200 Subject: [PATCH] Pilot Job Verdienst angepasst --- ReallifeGamemode.Server/Job/PilotJob.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReallifeGamemode.Server/Job/PilotJob.cs b/ReallifeGamemode.Server/Job/PilotJob.cs index fb3d80dc..cab36fea 100644 --- a/ReallifeGamemode.Server/Job/PilotJob.cs +++ b/ReallifeGamemode.Server/Job/PilotJob.cs @@ -24,8 +24,8 @@ namespace ReallifeGamemode.Server.Job public const string INTERMEDIATE = "Fortgeschrittener"; public const string PROFESSIONAL = "Profi"; - public const int WAGE_BEGINNER = 350; - public const int WAGE_INTERMEDIATE = 950; + public const int WAGE_BEGINNER = 600; + public const int WAGE_INTERMEDIATE = 1300; public const uint VEHICLE_BEGINNER = (uint)VehicleHash.Cuban800; public const uint VEHICLE_INTERMEDIATE = (uint)VehicleHash.Velum2;