Protolathes Fix: Round 2 (#8837)

This commit is contained in:
Guti
2024-08-26 21:15:04 +02:00
committed by GitHub
parent f895d48afa
commit 4390c97f28
2 changed files with 40 additions and 31 deletions

View File

@@ -200,3 +200,32 @@ won't update every console in existence) but it's more of a hassle to do. Also,
/obj/machinery/computer/rdconsole/core /obj/machinery/computer/rdconsole/core
name = "Core R&D Console" name = "Core R&D Console"
id = 1 id = 1
// CHOMPAdd Start - Departmental lathes
/obj/machinery/computer/rdconsole/engineering
name = "Engineering Protolathe Console"
id = 3
req_access = list(access_engine)
/obj/machinery/computer/rdconsole/medical
name = "Medical Protolathe Console"
id = 4
req_access = list(access_medical)
/obj/machinery/computer/rdconsole/cargo
name = "Cargo Protolathe Console"
id = 5
req_access = list(access_cargo)
/obj/machinery/computer/rdconsole/service
name = "Service Protolathe Console"
id = 6
req_access = list(access_bar, access_janitor, access_library)
/obj/machinery/computer/rdconsole/security
name = "Security Protolathe Console"
id = 7
req_access = list(access_security)
// CHOMPEnd

View File

@@ -25859,12 +25859,8 @@
/obj/effect/floor_decal/corner/red/bordercorner{ /obj/effect/floor_decal/corner/red/bordercorner{
dir = 4 dir = 4
}, },
/obj/machinery/computer/rdconsole/public{ /obj/machinery/computer/rdconsole/security{
dir = 8; dir = 8
req_access = list(63);
name = "Security Protolathe console";
is_public = 0;
req_one_access = list(1)
}, },
/turf/simulated/floor/tiled, /turf/simulated/floor/tiled,
/area/security/security_hallway) /area/security/security_hallway)
@@ -28481,11 +28477,8 @@
/obj/machinery/ai_status_display{ /obj/machinery/ai_status_display{
pixel_y = -32 pixel_y = -32
}, },
/obj/machinery/computer/rdconsole/public{ /obj/machinery/computer/rdconsole/medical{
dir = 1; dir = 1
req_access = list(5);
name = "Medical Protolathe console";
is_public = 0
}, },
/turf/simulated/floor/tiled/white, /turf/simulated/floor/tiled/white,
/area/medical/sleeper) /area/medical/sleeper)
@@ -32889,11 +32882,8 @@
dir = 4; dir = 4;
layer = 3 layer = 3
}, },
/obj/machinery/computer/rdconsole/public{ /obj/machinery/computer/rdconsole/service{
dir = 8; dir = 8
req_access = null;
name = "Service Protolathe console";
is_public = 0
}, },
/turf/simulated/floor/tiled/hydro, /turf/simulated/floor/tiled/hydro,
/area/hydroponics) /area/hydroponics)
@@ -41670,10 +41660,7 @@
/obj/effect/floor_decal/corner/purple/border{ /obj/effect/floor_decal/corner/purple/border{
dir = 6 dir = 6
}, },
/obj/machinery/computer/rdconsole/public{ /obj/machinery/computer/rdconsole/service{
req_access = null;
name = "Service Protolathe console";
is_public = 0;
dir = 1 dir = 1
}, },
/turf/simulated/floor/tiled, /turf/simulated/floor/tiled,
@@ -51201,12 +51188,8 @@
/turf/simulated/floor/lino, /turf/simulated/floor/lino,
/area/chapel/office) /area/chapel/office)
"gFZ" = ( "gFZ" = (
/obj/machinery/computer/rdconsole/public{ /obj/machinery/computer/rdconsole/cargo{
dir = 1; dir = 1
req_access = list(50);
name = "Cargo Protolathe console";
req_one_access = list(48);
is_public = 0
}, },
/turf/simulated/floor/tiled, /turf/simulated/floor/tiled,
/area/quartermaster/office) /area/quartermaster/office)
@@ -51583,11 +51566,8 @@
dir = 8 dir = 8
}, },
/obj/effect/floor_decal/industrial/outline/yellow, /obj/effect/floor_decal/industrial/outline/yellow,
/obj/machinery/computer/rdconsole/public{ /obj/machinery/computer/rdconsole/engineering{
dir = 4; dir = 4
req_one_access = list(10);
name = "Engineering Protolathe console";
is_public = 0
}, },
/turf/simulated/floor/tiled, /turf/simulated/floor/tiled,
/area/engineering/workshop) /area/engineering/workshop)