hanf vielleicht fertig
This commit is contained in:
@@ -9,7 +9,7 @@ using ReallifeGamemode.Server.Inventory.Interfaces;
|
||||
|
||||
namespace ReallifeGamemode.Server.Inventory.Items
|
||||
{
|
||||
public class Cannabis : DropItem
|
||||
public class Cannabis : DropItem, IIllegalItem
|
||||
{
|
||||
public override int Id => 108;
|
||||
|
||||
@@ -24,5 +24,9 @@ namespace ReallifeGamemode.Server.Inventory.Items
|
||||
public override uint Object => 3076948544;
|
||||
|
||||
public override int Price => 0;
|
||||
|
||||
public override bool Legal => false;
|
||||
|
||||
public int PriceForConfiscation { get; } = 5;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user