Fix for slime butchering into human meat (#6292)

This commit is contained in:
Peptide90
2022-01-24 12:46:43 +00:00
committed by GitHub
parent 2842f83454
commit 06bd086ba5
5 changed files with 20 additions and 1 deletions

View File

@@ -97,6 +97,8 @@
- type: HumanoidAppearance
hairMatchesSkin: true
hairAlpha: 0.5
- type: Butcherable
meat: FoodMeatSlime
- type: entity
save: false

View File

@@ -114,3 +114,5 @@
- type: Inventory
speciesId: vox
- type: DoorBumpOpener
- type: Butcherable
meat: FoodMeatChicken

View File

@@ -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

View File

@@ -150,6 +150,9 @@
{
"name": "sausage"
},
{
"name": "slime"
},
{
"name": "spider"
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 530 B