add item Chips & Apfel

This commit is contained in:
Michael
2020-06-23 18:57:52 +02:00
parent c11fe57160
commit 27fccd807c
5 changed files with 98 additions and 1 deletions

View File

@@ -15,6 +15,6 @@ namespace ReallifeGamemode.Server.Inventory.Items
public override string Einheit => "g";
public override int HpAmount => 20;
public override uint Object => 2240524752;
public override int Price => 150;
public override int Price => 100;
}
}