Fix for slime butchering into human meat (#6292)
This commit is contained in:
@@ -97,6 +97,8 @@
|
||||
- type: HumanoidAppearance
|
||||
hairMatchesSkin: true
|
||||
hairAlpha: 0.5
|
||||
- type: Butcherable
|
||||
meat: FoodMeatSlime
|
||||
|
||||
- type: entity
|
||||
save: false
|
||||
|
||||
@@ -114,3 +114,5 @@
|
||||
- type: Inventory
|
||||
speciesId: vox
|
||||
- type: DoorBumpOpener
|
||||
- type: Butcherable
|
||||
meat: FoodMeatChicken
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -150,6 +150,9 @@
|
||||
{
|
||||
"name": "sausage"
|
||||
},
|
||||
{
|
||||
"name": "slime"
|
||||
},
|
||||
{
|
||||
"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