Extra mapping assets (#6854)
This commit is contained in:
@@ -55,6 +55,14 @@
|
||||
- type: AccessReader
|
||||
access: [["Hydroponics"]]
|
||||
|
||||
- type: entity
|
||||
parent: Airlock
|
||||
id: AirlockServiceCaptainLocked
|
||||
suffix: Captain, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["Captain"]]
|
||||
|
||||
- type: entity
|
||||
parent: AirlockExternal
|
||||
id: AirlockExternalLocked
|
||||
@@ -593,6 +601,14 @@
|
||||
- type: AccessReader
|
||||
access: [["HeadOfPersonnel"]]
|
||||
|
||||
- type: entity
|
||||
parent: AirlockMaint
|
||||
id: AirlockMaintCaptainLocked
|
||||
suffix: Captain, Locked
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["Captain"]]
|
||||
|
||||
# Shuttle airlocks
|
||||
- type: entity
|
||||
parent: AirlockShuttle
|
||||
@@ -609,3 +625,6 @@
|
||||
components:
|
||||
- type: AccessReader
|
||||
access: [["External"]]
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
- type: entity
|
||||
id: Mirror
|
||||
parent: BaseStructure
|
||||
name: mirror
|
||||
description: 'Mirror mirror on the wall , who''s the most robust of them all?'
|
||||
components:
|
||||
@@ -9,6 +8,9 @@
|
||||
sprite: Structures/Wallmounts/mirror.rsi
|
||||
state: mirror
|
||||
- type: InteractionOutline
|
||||
- type: Clickable
|
||||
- type: Transform
|
||||
anchored: true
|
||||
- type: MagicMirror
|
||||
- type: UserInterface
|
||||
interfaces:
|
||||
|
||||
Reference in New Issue
Block a user