From daea601dd24c18934d632579a2953904cafad909 Mon Sep 17 00:00:00 2001 From: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com> Date: Fri, 3 Dec 2021 03:37:40 +1300 Subject: [PATCH] Fix donk pocket boxes (#5659) --- .../Entities/Objects/Consumable/Food/Baked/donkpocket.yml | 3 +++ Resources/Prototypes/tags.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/donkpocket.yml b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/donkpocket.yml index 780a165ff6..a75f75d7a2 100644 --- a/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/donkpocket.yml +++ b/Resources/Prototypes/Entities/Objects/Consumable/Food/Baked/donkpocket.yml @@ -18,6 +18,9 @@ Quantity: 3 - type: Item size: 1 + - type: Tag + tags: + - DonkPocket # Donkpocket diff --git a/Resources/Prototypes/tags.yml b/Resources/Prototypes/tags.yml index 1f4e4f543c..ea594aba85 100644 --- a/Resources/Prototypes/tags.yml +++ b/Resources/Prototypes/tags.yml @@ -90,6 +90,9 @@ - type: Tag id: DoorElectronics +- type: Tag + id: DonkPocket + - type: Tag id: Donut