konfiszierungsgeld erhöht

This commit is contained in:
hydrant
2021-06-01 22:47:22 +02:00
parent ca3af417af
commit 25c4e6efd9
3 changed files with 4 additions and 4 deletions

View File

@@ -27,6 +27,6 @@ namespace ReallifeGamemode.Server.Inventory.Items
public override bool Legal => false;
public int PriceForConfiscation { get; } = 5;
public int PriceForConfiscation { get; } = 15;
}
}