diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml index b6e3dc4868..3dbff39133 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml @@ -147,6 +147,8 @@ - type: FlavorProfile flavors: - banana + - type: Food + trash: TrashBananaPeel - type: SolutionContainerManager solutions: food: @@ -165,26 +167,6 @@ reagents: - ReagentId: JuiceBanana 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 name: banana peel diff --git a/Resources/Textures/Objects/Specific/Hydroponics/banana.rsi/meta.json b/Resources/Textures/Objects/Specific/Hydroponics/banana.rsi/meta.json index db7aff4573..88c277fde7 100644 --- a/Resources/Textures/Objects/Specific/Hydroponics/banana.rsi/meta.json +++ b/Resources/Textures/Objects/Specific/Hydroponics/banana.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "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": { "x": 32, "y": 32 @@ -25,9 +25,6 @@ { "name": "peel3" }, - { - "name": "peeled" - }, { "name": "peel-inhand-left", "directions": 4 diff --git a/Resources/Textures/Objects/Specific/Hydroponics/banana.rsi/peeled.png b/Resources/Textures/Objects/Specific/Hydroponics/banana.rsi/peeled.png deleted file mode 100644 index d6f7bcc926..0000000000 Binary files a/Resources/Textures/Objects/Specific/Hydroponics/banana.rsi/peeled.png and /dev/null differ