diff --git a/ReallifeGamemode.Server/Managers/HanfManager.cs b/ReallifeGamemode.Server/Managers/HanfManager.cs index 9f7e5f7a..30cff510 100644 --- a/ReallifeGamemode.Server/Managers/HanfManager.cs +++ b/ReallifeGamemode.Server/Managers/HanfManager.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.Linq; using System.Text; @@ -40,8 +40,8 @@ namespace ReallifeGamemode.Server.Managers /// public static int CANNABIS_PRICE = 0; - private const int CANNABIS_PRICE_MIN = 50; - private const int CANNABIS_PRICE_MAX = 125; + private const int CANNABIS_PRICE_MIN = 80; + private const int CANNABIS_PRICE_MAX = 140; /// /// Wie viele Samen ein Spieler pro Tag maximal kaufen darf