From 47a642cf22ffdcb83dd7dcd665be538b97f8a37d Mon Sep 17 00:00:00 2001 From: Linus Wacker <70486856+SirDragooon@users.noreply.github.com> Date: Sun, 19 Jun 2022 13:13:11 +0200 Subject: [PATCH] fixes aloe cream splitting (#8949) --- .../Entities/Objects/Specific/Medical/healing.yml | 4 ++++ Resources/Prototypes/Stacks/medical_stacks.yml | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml index 0c7df85dd0..a59d4b8f9f 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml @@ -109,6 +109,10 @@ netsync: false sprite: Objects/Specific/Hydroponics/aloe.rsi state: cream + - type: Stack + stackType: AloeCream + max: 10 + count: 10 # Pills - type: entity diff --git a/Resources/Prototypes/Stacks/medical_stacks.yml b/Resources/Prototypes/Stacks/medical_stacks.yml index b8d493c615..6683fadade 100644 --- a/Resources/Prototypes/Stacks/medical_stacks.yml +++ b/Resources/Prototypes/Stacks/medical_stacks.yml @@ -4,6 +4,12 @@ icon: "/Textures/Objects/Specific/Medical/medical.rsi/ointment.png" spawn: Ointment +- type: stack + id: AloeCream + name: aloe cream + icon: "/Textures/Objects/Specific/Hydroponics/aloe.rsi/cream.png" + spawn: AloeCream + - type: stack id: Gauze name: gauze