mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Fix access (#31956)
This commit is contained in:
@@ -42890,7 +42890,7 @@
|
|||||||
/obj/structure/transit_tube_pod,
|
/obj/structure/transit_tube_pod,
|
||||||
/obj/structure/transit_tube/station{
|
/obj/structure/transit_tube/station{
|
||||||
dir = 8;
|
dir = 8;
|
||||||
req_access_txt = "32;19;501";
|
req_one_access = "32;19;501";
|
||||||
reverse_launch = 1
|
reverse_launch = 1
|
||||||
},
|
},
|
||||||
/turf/simulated/floor{
|
/turf/simulated/floor{
|
||||||
@@ -42938,7 +42938,7 @@
|
|||||||
},
|
},
|
||||||
/obj/structure/transit_tube/station{
|
/obj/structure/transit_tube/station{
|
||||||
dir = 4;
|
dir = 4;
|
||||||
req_access_txt = "32;19;501";
|
req_one_access_txt = "32;19;501";
|
||||||
reverse_launch = 1
|
reverse_launch = 1
|
||||||
},
|
},
|
||||||
/turf/simulated/floor{
|
/turf/simulated/floor{
|
||||||
|
|||||||
Reference in New Issue
Block a user