Revert "Add peeled state for bananas (#19393)" (#19588)

Using "spawn item on use" blatantly breaks botany mutations for bananas.
This commit is contained in:
Nemanja
2023-08-28 14:30:16 -04:00
committed by GitHub
parent 627a282e1a
commit 595d42659d
3 changed files with 3 additions and 24 deletions

View File

@@ -147,6 +147,8 @@
- type: FlavorProfile - type: FlavorProfile
flavors: flavors:
- banana - banana
- type: Food
trash: TrashBananaPeel
- type: SolutionContainerManager - type: SolutionContainerManager
solutions: solutions:
food: food:
@@ -165,26 +167,6 @@
reagents: reagents:
- ReagentId: JuiceBanana - ReagentId: JuiceBanana
Quantity: 10 Quantity: 10
- type: SpawnItemsOnUse
items:
- id: FoodBananaPeeled
sound:
path: /Audio/Effects/unwrap.ogg
- type: entity
name: banana
parent: FoodBanana
suffix: Peeled
id: FoodBananaPeeled
description: Rich in potassium.
components:
- type: Food
trash: TrashBananaPeel
- type: Sprite
sprite: Objects/Specific/Hydroponics/banana.rsi
state: peeled
- type: SpawnItemsOnUse
uses: 0
- type: entity - type: entity
name: banana peel name: banana peel

View File

@@ -1,7 +1,7 @@
{ {
"version": 1, "version": 1,
"license": "CC-BY-SA-3.0", "license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/6be7633abca9f1a51cab1020500cf0776ce78e5c, peeled by potato1234x", "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/6be7633abca9f1a51cab1020500cf0776ce78e5c",
"size": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
@@ -25,9 +25,6 @@
{ {
"name": "peel3" "name": "peel3"
}, },
{
"name": "peeled"
},
{ {
"name": "peel-inhand-left", "name": "peel-inhand-left",
"directions": 4 "directions": 4

Binary file not shown.

Before

Width:  |  Height:  |  Size: 348 B