diff --git a/Resources/Prototypes/Entities/Mobs/Species/slime.yml b/Resources/Prototypes/Entities/Mobs/Species/slime.yml index d86cabcad8..897c3f6c14 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/slime.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/slime.yml @@ -97,6 +97,8 @@ - type: HumanoidAppearance hairMatchesSkin: true hairAlpha: 0.5 + - type: Butcherable + meat: FoodMeatSlime - type: entity save: false diff --git a/Resources/Prototypes/Entities/Mobs/Species/vox.yml b/Resources/Prototypes/Entities/Mobs/Species/vox.yml index 4d20d1f48c..ee41835783 100644 --- a/Resources/Prototypes/Entities/Mobs/Species/vox.yml +++ b/Resources/Prototypes/Entities/Mobs/Species/vox.yml @@ -114,3 +114,5 @@ - type: Inventory speciesId: vox - type: DoorBumpOpener + - type: Butcherable + meat: FoodMeatChicken diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml index a89ec0fffa..97b44998df 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/meat.yml @@ -366,7 +366,7 @@ name: meatball parent: FoodMeatBase id: FoodMeatMeatball - description: A raw ball of meat. Not a homosexual. + description: A raw ball of meat. Meat ball. components: - type: Tag tags: @@ -374,6 +374,18 @@ - type: Sprite state: meatball +- type: entity + name: slimeball + parent: FoodMeatBase + id: FoodMeatSlime + description: A gelatinous shaping of slime jelly. + components: + - type: Tag + tags: + - Raw + - type: Sprite + state: slime + # Cooked - type: entity diff --git a/Resources/Textures/Objects/Consumable/Food/meat.rsi/meta.json b/Resources/Textures/Objects/Consumable/Food/meat.rsi/meta.json index 5a0068e69e..cf6e3ee245 100644 --- a/Resources/Textures/Objects/Consumable/Food/meat.rsi/meta.json +++ b/Resources/Textures/Objects/Consumable/Food/meat.rsi/meta.json @@ -150,6 +150,9 @@ { "name": "sausage" }, + { + "name": "slime" + }, { "name": "spider" }, diff --git a/Resources/Textures/Objects/Consumable/Food/meat.rsi/slime.png b/Resources/Textures/Objects/Consumable/Food/meat.rsi/slime.png new file mode 100644 index 0000000000..3aeb2cfec9 Binary files /dev/null and b/Resources/Textures/Objects/Consumable/Food/meat.rsi/slime.png differ