Rename ID Card permission to HoP.

So that the HoP office can have a proper access lock.
This commit is contained in:
Pieter-Jan Briers
2020-05-31 21:01:23 +02:00
parent 44d950ae39
commit f14701033b
5 changed files with 9 additions and 8 deletions

View File

@@ -5,5 +5,5 @@
id: Captain id: Captain
- type: accessLevel - type: accessLevel
id: IdCard id: HeadOfPersonnel
name: ID modification name: Head of Personnel

View File

@@ -158,7 +158,7 @@
name: ID Card Computer name: ID Card Computer
components: components:
- type: AccessReader - type: AccessReader
necessary: ["IdCard"] necessary: ["HeadOfPersonnel"]
- type: IdCardConsole - type: IdCardConsole
- type: UserInterface - type: UserInterface
interfaces: interfaces:

View File

@@ -51,7 +51,7 @@
- type: IdCard - type: IdCard
jobTitle: Captain jobTitle: Captain
- type: Access - type: Access
tags: ["Maintenance", "Cargo", "Engineering", "Medical", "Research", "Security", "Service", "Captain", "Command", "External", IdCard] tags: ["Maintenance", "Cargo", "Engineering", "Medical", "Research", "Security", "Service", "Captain", "Command", "External", "HeadOfPersonnel"]
- type: entity - type: entity
parent: IDCardStandard parent: IDCardStandard
@@ -223,7 +223,7 @@
- type: IdCard - type: IdCard
jobTitle: Head of Personnel jobTitle: Head of Personnel
- type: Access - type: Access
tags: ["Maintenance", "Cargo", "Security", "Service","Command", IdCard] tags: ["Maintenance", "Cargo", "Security", "Service", "Command", "HeadOfPersonnel", "Janitor"]
- type: entity - type: entity
parent: IDCardStandard parent: IDCardStandard
@@ -318,4 +318,4 @@
- type: IdCard - type: IdCard
jobTitle: Central Commander jobTitle: Central Commander
- type: Access - type: Access
tags: ["Maintenance", "Cargo", "Engineering", "Medical", "Research", "Security", "Service", "Captain", "Command", "External", IdCard] tags: ["Maintenance", "Cargo", "Engineering", "Medical", "Research", "Security", "Service", "Captain", "Command", "External", "HeadOfPersonnel"]

View File

@@ -11,7 +11,7 @@
# All of em. # All of em.
# Could probably do with some kind of wildcard or whatever to automate this. # Could probably do with some kind of wildcard or whatever to automate this.
- Captain - Captain
- IdCard - HeadOfPersonnel
- Command - Command
- Security - Security
- Engineering - Engineering

View File

@@ -10,11 +10,12 @@
icon: "HeadOfPersonnel" icon: "HeadOfPersonnel"
access: access:
- Command - Command
- IdCard - HeadOfPersonnel
- Security # HoPcurity strikes again - Security # HoPcurity strikes again
- Service - Service
- Cargo - Cargo
- Maintenance - Maintenance
- Janitor
# I mean they'll give themselves the rest of the access levels *anyways*. # I mean they'll give themselves the rest of the access levels *anyways*.
- type: startingGear - type: startingGear