Move access levels to prototypes.

Also adds captain & ID computer access levels.
Fixes ID computer not saving access changes correctly.
This commit is contained in:
Pieter-Jan Briers
2020-01-19 18:29:49 +01:00
parent edf280e2df
commit ce794c4dac
13 changed files with 37 additions and 25 deletions

View File

@@ -0,0 +1,2 @@
- type: accessLevel
id: cargo

View File

@@ -0,0 +1,9 @@
- type: accessLevel
id: command
- type: accessLevel
id: captain
- type: accessLevel
id: idCard
name: ID modification

View File

@@ -0,0 +1,2 @@
- type: accessLevel
id: engineering

View File

@@ -0,0 +1,2 @@
- type: accessLevel
id: maintenance

View File

@@ -0,0 +1,2 @@
- type: accessLevel
id: medical

View File

@@ -0,0 +1,2 @@
- type: accessLevel
id: research

View File

@@ -0,0 +1,2 @@
- type: accessLevel
id: security

View File

@@ -0,0 +1,2 @@
- type: accessLevel
id: service

View File

@@ -144,7 +144,7 @@
name: ID Card Computer
components:
- type: AccessReader
necessary: ["command"]
necessary: ["idCard"]
- type: IdCardConsole
- type: UserInterface
interfaces: