Skip to content

Commit

Permalink
Adds mantis airlocks and mail windoors
Browse files Browse the repository at this point in the history
Two things that will prove quite helpful when mapping.
  • Loading branch information
Colin-Tel committed Oct 6, 2023
1 parent b95c19b commit 09cbf3c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
- type: entity
parent: AirlockScience
id: AirlockMantisLocked
suffix: Mantis, Locked
components:
- type: AccessReader
access: [["Mantis"]]

- type: entity
parent: AirlockScienceGlass
id: AirlockMantisGlassLocked
suffix: Mantis, Locked
components:
- type: AccessReader
access: [["Mantis"]]
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
- type: entity
parent: Windoor
id: WindoorMailLocked
suffix: Mail, Locked
components:
- type: AccessReader
access: [["Mail"]]

- type: entity
parent: WindoorSecure
id: WindoorSecureMailLocked
suffix: Mail, Locked
components:
- type: AccessReader
access: [["Mail"]]

0 comments on commit 09cbf3c

Please sign in to comment.