From 1ab06db7aed8e72af33aa113eb7fdfe1d1f8814a Mon Sep 17 00:00:00 2001 From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Tue, 23 Jan 2024 14:44:38 +0300 Subject: [PATCH] PowerCage cannot be inserted in Power Cell Recharger (#24443) fix --- .../Prototypes/Entities/Structures/Power/chargers.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Power/chargers.yml b/Resources/Prototypes/Entities/Structures/Power/chargers.yml index 44f748307c..388cc3c987 100644 --- a/Resources/Prototypes/Entities/Structures/Power/chargers.yml +++ b/Resources/Prototypes/Entities/Structures/Power/chargers.yml @@ -102,12 +102,10 @@ ejectOnInteract: true name: power-cell-slot-component-slot-name-default whitelist: - components: - - PowerCell - blacklist: tags: - - PotatoBattery - + - PowerCell + - PowerCellSmall + - type: entity parent: [ BaseItemRecharger, ConstructibleMachine ] id: PowerCageRecharger -- 2.51.2