Add drop to Inventory
This commit is contained in:
@@ -11,7 +11,7 @@ using System.Text;
|
||||
|
||||
namespace reallife_gamemode.Server.Inventory.Items
|
||||
{
|
||||
public class Kraftstoff : FoodItem
|
||||
public class Kraftstoff : DropItem
|
||||
{
|
||||
public override int Id => 5;
|
||||
public override string Name => "Kraftstoff";
|
||||
@@ -19,5 +19,6 @@ namespace reallife_gamemode.Server.Inventory.Items
|
||||
public override int Gewicht => 1000;
|
||||
public override string Einheit => "g";
|
||||
public override int HpAmount => 20;
|
||||
public override uint Object => 786272259;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user