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:
2
Resources/Prototypes/AccessLevels/Cargo.yml
Normal file
2
Resources/Prototypes/AccessLevels/Cargo.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
- type: accessLevel
|
||||
id: cargo
|
||||
9
Resources/Prototypes/AccessLevels/Command.yml
Normal file
9
Resources/Prototypes/AccessLevels/Command.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
- type: accessLevel
|
||||
id: command
|
||||
|
||||
- type: accessLevel
|
||||
id: captain
|
||||
|
||||
- type: accessLevel
|
||||
id: idCard
|
||||
name: ID modification
|
||||
2
Resources/Prototypes/AccessLevels/Engineering.yml
Normal file
2
Resources/Prototypes/AccessLevels/Engineering.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
- type: accessLevel
|
||||
id: engineering
|
||||
2
Resources/Prototypes/AccessLevels/Maintenance.yml
Normal file
2
Resources/Prototypes/AccessLevels/Maintenance.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
- type: accessLevel
|
||||
id: maintenance
|
||||
2
Resources/Prototypes/AccessLevels/Medical.yml
Normal file
2
Resources/Prototypes/AccessLevels/Medical.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
- type: accessLevel
|
||||
id: medical
|
||||
2
Resources/Prototypes/AccessLevels/Research.yml
Normal file
2
Resources/Prototypes/AccessLevels/Research.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
- type: accessLevel
|
||||
id: research
|
||||
2
Resources/Prototypes/AccessLevels/Security.yml
Normal file
2
Resources/Prototypes/AccessLevels/Security.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
- type: accessLevel
|
||||
id: security
|
||||
2
Resources/Prototypes/AccessLevels/Service.yml
Normal file
2
Resources/Prototypes/AccessLevels/Service.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
- type: accessLevel
|
||||
id: service
|
||||
@@ -144,7 +144,7 @@
|
||||
name: ID Card Computer
|
||||
components:
|
||||
- type: AccessReader
|
||||
necessary: ["command"]
|
||||
necessary: ["idCard"]
|
||||
- type: IdCardConsole
|
||||
- type: UserInterface
|
||||
interfaces:
|
||||
|
||||
Reference in New Issue
Block a user