From efb1bb481ec1f09696aa63334ed1f1e4bbcb3821 Mon Sep 17 00:00:00 2001 From: Echo Date: Mon, 15 May 2023 15:30:53 -0700 Subject: [PATCH] Add AME Part and Solar Assembly Part to Drone interaction allowlist (#16456) --- .../Prototypes/Entities/Objects/Power/antimatter_part.yml | 3 +++ Resources/Prototypes/Entities/Objects/Power/solar_parts.yml | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Power/antimatter_part.yml b/Resources/Prototypes/Entities/Objects/Power/antimatter_part.yml index 8f133f3a3c..aee1953fbb 100644 --- a/Resources/Prototypes/Entities/Objects/Power/antimatter_part.yml +++ b/Resources/Prototypes/Entities/Objects/Power/antimatter_part.yml @@ -15,3 +15,6 @@ price: 500 - type: GuideHelp guides: [ AME, Power ] + - type: Tag + tags: + - DroneUsable diff --git a/Resources/Prototypes/Entities/Objects/Power/solar_parts.yml b/Resources/Prototypes/Entities/Objects/Power/solar_parts.yml index a282f0e3be..ff333b93c2 100644 --- a/Resources/Prototypes/Entities/Objects/Power/solar_parts.yml +++ b/Resources/Prototypes/Entities/Objects/Power/solar_parts.yml @@ -1,4 +1,4 @@ -- type: entity +- type: entity parent: BaseItem id: SolarAssemblyPart name: solar assembly part @@ -11,3 +11,4 @@ - type: Tag tags: - SolarAssemblyPart + - DroneUsable -- 2.51.2