From 3a00e8c59cc595d8f85bdf0319d56bf0741d2dec Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Fri, 12 Apr 2024 07:15:04 +0000 Subject: [PATCH] Sterile swab dispenser instead of box (#24986) * sterile swab dispenser * trust --------- Co-authored-by: deltanedas <@deltanedas:kde.org> --- .../Catalog/Fills/Boxes/medical.yml | 21 ------------------- .../Objects/Specific/Medical/disease.yml | 21 +++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Boxes/medical.yml b/Resources/Prototypes/Catalog/Fills/Boxes/medical.yml index 9862399776..d9beb72435 100644 --- a/Resources/Prototypes/Catalog/Fills/Boxes/medical.yml +++ b/Resources/Prototypes/Catalog/Fills/Boxes/medical.yml @@ -88,27 +88,6 @@ - state: box - state: nitrile -- type: entity - name: sterile swab box - parent: BoxCardboard - id: BoxMouthSwab - components: - - type: Storage - grid: - - 0,0,4,3 - - type: StorageFill - contents: - - id: DiseaseSwab - amount: 10 - - type: Sprite - layers: - - state: box - - state: swab - - type: GuideHelp - guides: - # - Virology (when it's back) - - Botany - - type: entity name: body bag box parent: BoxCardboard diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/disease.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/disease.yml index 0f03c6d8ea..ab6cdfc4e3 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/disease.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/disease.yml @@ -19,6 +19,27 @@ # - Virology (when it's back) - Botany +- type: entity + parent: BaseAmmoProvider # this is for cycling swabs out and not spawning 30 entities, trust + id: BoxMouthSwab + name: sterile swab dispenser + description: Dispenses 30 sterile swabs, extremely useful for botany. + components: + - type: Sprite + layers: + - state: boxwide + - state: swab + - type: BallisticAmmoProvider + whitelist: + components: + - BotanySwab + proto: DiseaseSwab + capacity: 30 + - type: GuideHelp + guides: + # - Virology (when it's back) + - Botany + - type: entity parent: BaseItem id: Vaccine -- 2.51.2