From ee62d6bf24ccd89ab4f5fbcb7417d3269134b48b Mon Sep 17 00:00:00 2001 From: Luke Date: Sat, 29 May 2021 23:16:59 +0000 Subject: [PATCH] =?UTF-8?q?bisschen=20mehr=20g=C3=B6nnen=20(hanf=20ankaufp?= =?UTF-8?q?reis=20minimal=20den=20angehobenen=20samenpreisen=20angepasst)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ReallifeGamemode.Server/Managers/HanfManager.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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