diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/burger.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/burger.yml index 2a3ac3bb3e..bba6395935 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/burger.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/burger.yml @@ -210,6 +210,28 @@ Quantity: 12 # Tastes like bun, ectoplasm. +- type: entity + name: curger #curger... + parent: FoodBurgerBase + id: FoodBurgerCorgi + description: The Head of Personnel's favorite! + components: + - type: FlavorProfile + flavors: + - bun + - validhunting + - type: Sprite + state: ian + - type: SolutionContainerManager + solutions: + food: + maxVol: 25 + reagents: + - ReagentId: Bicaridine #keeping it somewhat consistent with the meat itself + Quantity: 7 + - ReagentId: Vitamin + Quantity: 12 + # Note: I would put a bunch of colored burgers here as listed in the tg .dm but # I'd rather wait for a custom burger component. diff --git a/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml b/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml index 030046eed7..7cd5224a32 100644 --- a/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml +++ b/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml @@ -135,6 +135,15 @@ FoodBreadBun: 1 FoodMeatBear: 1 +- type: microwaveMealRecipe + id: RecipeCurger + name: curger recipe + result: FoodBurgerCorgi + time: 5 + solids: + FoodBreadBun: 1 + FoodMeatCorgi: 1 + - type: microwaveMealRecipe id: RecipeFiletMigrawr name: filet migrawr recipe diff --git a/Resources/Textures/Objects/Consumable/Food/burger.rsi/ian.png b/Resources/Textures/Objects/Consumable/Food/burger.rsi/ian.png new file mode 100644 index 0000000000..eed814585e Binary files /dev/null and b/Resources/Textures/Objects/Consumable/Food/burger.rsi/ian.png differ diff --git a/Resources/Textures/Objects/Consumable/Food/burger.rsi/meta.json b/Resources/Textures/Objects/Consumable/Food/burger.rsi/meta.json index b9a1635636..1fce1d8ac8 100644 --- a/Resources/Textures/Objects/Consumable/Food/burger.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Food/burger.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-SA-3.0", - "copyright": "Taken from tgstation and modified by Swept at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa", + "copyright": "Taken from tgstation and modified by Swept at https://github.com/tgstation/tgstation/commit/40d75cc340c63582fb66ce15bf75a36115f6bdaa, ian.png created by EmoGarbage", "size": { "x": 32, "y": 32 @@ -106,6 +106,9 @@ ] ] }, + { + "name": "ian" + }, { "name": "plain" },