Add Donk Co. microwave board to Combat Bakery Kit (#31239)
* Add special microwave board to Combat Bakery Kit * use event instead of trycomp * make the board sus * add instructions note * embarrassing typo * Add functionality to Donk Co. microwave instead * update note
This commit is contained in:
13
Content.Shared/Kitchen/Components/RecipeProviderComponent.cs
Normal file
13
Content.Shared/Kitchen/Components/RecipeProviderComponent.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Robust.Shared.Prototypes;
|
||||
|
||||
namespace Content.Shared.Kitchen.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed partial class FoodRecipeProviderComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// These are additional recipes that the entity is capable of cooking.
|
||||
/// </summary>
|
||||
[DataField, ViewVariables]
|
||||
public List<ProtoId<FoodRecipePrototype>> ProvidedRecipes = new();
|
||||
}
|
||||
Reference in New Issue
Block a user