Fix for slime butchering into human meat (#6292)
This commit is contained in:
@@ -97,6 +97,8 @@
|
|||||||
- type: HumanoidAppearance
|
- type: HumanoidAppearance
|
||||||
hairMatchesSkin: true
|
hairMatchesSkin: true
|
||||||
hairAlpha: 0.5
|
hairAlpha: 0.5
|
||||||
|
- type: Butcherable
|
||||||
|
meat: FoodMeatSlime
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
save: false
|
save: false
|
||||||
|
|||||||
@@ -114,3 +114,5 @@
|
|||||||
- type: Inventory
|
- type: Inventory
|
||||||
speciesId: vox
|
speciesId: vox
|
||||||
- type: DoorBumpOpener
|
- type: DoorBumpOpener
|
||||||
|
- type: Butcherable
|
||||||
|
meat: FoodMeatChicken
|
||||||
|
|||||||
@@ -366,7 +366,7 @@
|
|||||||
name: meatball
|
name: meatball
|
||||||
parent: FoodMeatBase
|
parent: FoodMeatBase
|
||||||
id: FoodMeatMeatball
|
id: FoodMeatMeatball
|
||||||
description: A raw ball of meat. Not a homosexual.
|
description: A raw ball of meat. Meat ball.
|
||||||
components:
|
components:
|
||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
@@ -374,6 +374,18 @@
|
|||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: meatball
|
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
|
# Cooked
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
|
|||||||
@@ -150,6 +150,9 @@
|
|||||||
{
|
{
|
||||||
"name": "sausage"
|
"name": "sausage"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "slime"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "spider"
|
"name": "spider"
|
||||||
},
|
},
|
||||||
|
|||||||
BIN
Resources/Textures/Objects/Consumable/Food/meat.rsi/slime.png
Normal file
BIN
Resources/Textures/Objects/Consumable/Food/meat.rsi/slime.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 530 B |
Reference in New Issue
Block a user