Skip to content

Commit

Permalink
Revert "Add Corspman Access & Airlocks (Simple-Station#65)"
Browse files Browse the repository at this point in the history
This reverts commit 56e7e8e.
  • Loading branch information
VMSolidus committed Apr 12, 2024
1 parent 5d7b409 commit 48f5d31
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 31 deletions.
3 changes: 1 addition & 2 deletions Content.Shared/Access/Components/IdCardConsoleComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public WriteToTargetIdMessage(string fullName, string jobTitle, List<string> acc
"ChiefEngineer",
"ChiefMedicalOfficer",
"Clown", // DeltaV - Add Clown access
"Corpsman", // DeltaV - Add Corpsman access
"Command",
"Cryogenics",
"Engineering",
Expand All @@ -68,7 +67,7 @@ public WriteToTargetIdMessage(string fullName, string jobTitle, List<string> acc
"Janitor",
"Kitchen",
"Lawyer",
"Library", // DeltaV - Add Library access
"Library", // DeltaV - Add Library access
"Maintenance",
"Medical",
"Mime", // DeltaV - Add Mime access
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
id-card-access-level-orders = Orders
id-card-access-level-mantis = Psionic Mantis
id-card-access-level-corpsman = Corpsman
1 change: 0 additions & 1 deletion Resources/Prototypes/Access/misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@
- Musician # DeltaV - Add Musician access
- Reporter # DeltaV - Add Reporter access
- Zookeeper # DeltaV - Add Zookeeper access
- Corpsman # DeltaV - Add Corpsman access
1 change: 0 additions & 1 deletion Resources/Prototypes/Access/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#- Brig #Delta V removed
- Detective
- Cryogenics
- Corpsman # DeltaV - add Corpsman access

- type: accessGroup
id: Armory
Expand Down
2 changes: 0 additions & 2 deletions Resources/Prototypes/Catalog/Fills/Lockers/suit_storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,6 @@
- id: OxygenTankFilled
- id: ClothingOuterHardsuitCombatCorpsman
- id: ClothingMaskBreath
- type: AccessReader
access: [ [ "Corpsman" ] ]

# DeltaV - End Changes

Expand Down
1 change: 0 additions & 1 deletion Resources/Prototypes/DeltaV/Access/misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
- Command
- Security
- Detective
- Corpsman
# - Armory
- Lawyer
- Engineering
Expand Down
3 changes: 0 additions & 3 deletions Resources/Prototypes/DeltaV/Access/security.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,3 @@
components:
- type: AccessReader
access: [["Mantis"]]

- type: entity
parent: AirlockSecurity
id: AirlockCorpsmanLocked
suffix: Corpsman, Locked
components:
- type: AccessReader
access: [["Corpsman"]]

- type: entity
parent: AirlockSecurityGlass
id: AirlockCorpsmanGlassLocked
suffix: Corpsman, Locked
components:
- type: AccessReader
access: [["Corpsman"]]
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#- Brig #Delta V: Removed brig access
- Maintenance
- External
- Corpsman
extendedAccess:
- Chemistry
special:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
- ChiefEngineer
- ChiefMedicalOfficer
- Clown #Delta V: Add Clown Access
- Corpsman # DeltaV: Add Corpsman access
- Command
- Engineering
- External
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
stateDoorOpen: armory_open
stateDoorClosed: brigmedic_door
- type: AccessReader
access: [["Corpsman"]] # DeltaV - add corpsman access
access: [["Medical"]]

# Security Officer
- type: entity
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
- Service
- External
- Detective
- Corpsman # DeltaV - added Corpsman access
- Cryogenics
special:
- !type:AddImplantSpecial
Expand Down

0 comments on commit 48f5d31

Please sign in to comment.