From f7d9a1c38a12c1caae26bc60123afd6dd115e09d Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Sun, 14 Aug 2022 01:18:05 -0400 Subject: [PATCH] Add variant of megaseed servitor with no access locked (#10549) --- .../Structures/Machines/vending_machines.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml b/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml index bf74f7dd7e..f9f2d4f45a 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml @@ -544,9 +544,10 @@ - type: entity parent: VendingMachine - id: VendingMachineSeeds + id: VendingMachineSeedsUnlocked name: MegaSeed Servitor description: For when you need seeds fast. Hands down the best seed selection on the station! + suffix: Unlocked components: - type: VendingMachine pack: MegaSeedServitorInventory @@ -569,12 +570,18 @@ ejectUnshaded: true broken: true - type: WiresVisualizer - - type: AccessReader - access: [["Hydroponics"]] - type: PointLight radius: 1.5 energy: 1.6 color: "#326e3f" + +- type: entity + parent: VendingMachineSeedsUnlocked + id: VendingMachineSeeds + suffix: Hyroponics + components: + - type: AccessReader + access: [["Hydroponics"]] - type: entity parent: VendingMachine