Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes Xenoarch access on Mining Shuttle #7134

Merged
merged 2 commits into from
Apr 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/modules/shuttles/shuttles_vr.dm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/obj/machinery/computer/shuttle_control/belter
name = "belter control console"
req_one_access = list(access_mining, access_xenoarch, access_medical_equip) //Allows xenoarch, miners AND doctors to use it.
req_one_access = list(access_mining, access_medical_equip) //Allows xenoarch, miners AND doctors to use it.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment wasn't changed, eh?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch.

shuttle_tag = "Belter" //The scanning console needs to enable/disable this at will.

/obj/machinery/computer/shuttle_control/mining
Expand Down
2 changes: 1 addition & 1 deletion maps/tether/tether-07-station3.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -28889,7 +28889,7 @@
/obj/machinery/door/airlock/glass_mining{
name = "Belter Control Room";
req_access = list();
req_one_access = list(48,65,66)
req_one_access = list(48,66)
},
/obj/structure/cable/green{
d1 = 1;
Expand Down