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