From: Echo Date: Mon, 15 May 2023 22:30:53 +0000 (-0700) Subject: Add AME Part and Solar Assembly Part to Drone interaction allowlist (#16456) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=efb1bb481ec1f09696aa63334ed1f1e4bbcb3821;p=space-station-14.git Add AME Part and Solar Assembly Part to Drone interaction allowlist (#16456) --- 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