Skip to content

Commit

Permalink
Adds mantis airlocks and mail windoors (#114)
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 authored Oct 6, 2023
1 parent b516193 commit 37b7f6a
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 37b7f6a

Please sign in to comment.