// TODO: change for later assignments :) // Temporary speedBuff addition for testing purposes, when picking-up the RootBeers public void addSpeedBuffToInventory() { inventory.AddItem(new Item { itemType = Item.ItemType.SpeedBuff, quantity = 1 }); }