diff --git a/Resources/Prototypes/Entities/Objects/Consumable/food.yml b/Resources/Prototypes/Entities/Objects/Consumable/food.yml index e078357d06..5a1c3e677e 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/food.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/food.yml @@ -3047,3 +3047,22 @@ sprite: Objects/Consumable/Food/banana.rsi - type: Icon sprite: Objects/Consumable/Food/banana.rsi + +- type: entity + name: memory leek + parent: FoodBase + id: FoodMemoryLeek + description: It makes you irrationally angry just looking at it. + components: + - type: Food + - type: Solution + contents: + reagents: + - ReagentId: chem.Nutriment + Quantity: 9999999999 + - type: Sprite + sprite: Objects/Consumable/Food/memoryleek.rsi + state: memoryLeek + - type: Icon + sprite: Objects/Consumable/Food/memoryleek.rsi + state: memoryLeek diff --git a/Resources/Textures/Objects/Consumable/Food/memoryleek.rsi/memoryLeek.png b/Resources/Textures/Objects/Consumable/Food/memoryleek.rsi/memoryLeek.png new file mode 100644 index 0000000000..531fb82799 Binary files /dev/null and b/Resources/Textures/Objects/Consumable/Food/memoryleek.rsi/memoryLeek.png differ diff --git a/Resources/Textures/Objects/Consumable/Food/memoryleek.rsi/meta.json b/Resources/Textures/Objects/Consumable/Food/memoryleek.rsi/meta.json new file mode 100644 index 0000000000..26465110fd --- /dev/null +++ b/Resources/Textures/Objects/Consumable/Food/memoryleek.rsi/meta.json @@ -0,0 +1,24 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "Thanks Yeeye", + "copyright": "By Yeeye", + "states": [ + { + "name": "memoryLeek", + "directions": 1, + "delays": [ + [ + 0.1, + 0.1, + 0.1, + 0.1, + 0.1 + ] + ] + } + ] +}