[MIRROR] Revert "Fixes some access issues in the Lavaland base" [MDB IGNORE] (#16152)

* Revert "Fixes some access issues in the Lavaland base" (#69760)

* Revert "Fixes some access issues in the Lavaland base (#69738)"

This reverts commit a2682d1089.

* renames mining and mining eva

Mining is now Mining Dock
Mining EVA is now Mining Outpost

* Revert "Fixes some access issues in the Lavaland base"

Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
Co-authored-by: Paxilmaniac <paxilmaniac@gmail.com>
This commit is contained in:
SkyratBot
2022-09-09 22:00:26 +02:00
committed by GitHub
parent ceff93d425
commit cd898a658a
2 changed files with 382 additions and 382 deletions

View File

@@ -293,10 +293,10 @@ SUBSYSTEM_DEF(id_access)
desc_by_access["[ACCESS_SURGERY]"] = "Surgery"
desc_by_access["[ACCESS_THEATRE]"] = "Theatre"
desc_by_access["[ACCESS_RESEARCH]"] = "Science"
desc_by_access["[ACCESS_MINING]"] = "Mining"
desc_by_access["[ACCESS_MINING]"] = "Mining Dock"
desc_by_access["[ACCESS_SHIPPING]"] = "Cargo Shipping"
desc_by_access["[ACCESS_VAULT]"] = "Main Vault"
desc_by_access["[ACCESS_MINING_STATION]"] = "Mining EVA"
desc_by_access["[ACCESS_MINING_STATION]"] = "Mining Outpost"
desc_by_access["[ACCESS_XENOBIOLOGY]"] = "Xenobiology Lab"
desc_by_access["[ACCESS_HOP]"] = "HoP Office"
desc_by_access["[ACCESS_HOS]"] = "HoS Office"