diff --git a/ReallifeGamemode.Server/Managers/HanfManager.cs b/ReallifeGamemode.Server/Managers/HanfManager.cs
index faa4fc20..e58ce527 100644
--- a/ReallifeGamemode.Server/Managers/HanfManager.cs
+++ b/ReallifeGamemode.Server/Managers/HanfManager.cs
@@ -39,11 +39,11 @@ namespace ReallifeGamemode.Server.Managers
///
/// Minimum Preis für Cannabis
///
- private const int CANNABIS_PRICE_MIN = 80;
+ private const int CANNABIS_PRICE_MIN = 50;
///
/// Maximum Preis für Cannabis
///
- private const int CANNABIS_PRICE_MAX = 140;
+ private const int CANNABIS_PRICE_MAX = 125;
///
/// Wie viele Samen ein Spieler pro Tag maximal kaufen darf