Add variant of megaseed servitor with no access locked (#10549)

This commit is contained in:
Nemanja
2022-08-14 01:18:05 -04:00
committed by GitHub
parent 5da795281b
commit f7d9a1c38a

View File

@@ -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