mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 07:20:09 +01:00
Fixes a Button (#13852)
This commit is contained in:
@@ -5244,7 +5244,8 @@
|
||||
},
|
||||
/obj/machinery/door/airlock/medical{
|
||||
name = "Staff Hygiene Facilities";
|
||||
req_access = list(66)
|
||||
req_access = list(66);
|
||||
id_tag = "deck2_medicaltoilet"
|
||||
},
|
||||
/obj/machinery/door/firedoor,
|
||||
/turf/simulated/floor/tiled/white,
|
||||
@@ -24683,7 +24684,10 @@
|
||||
},
|
||||
/obj/machinery/button/remote/airlock{
|
||||
dir = 8;
|
||||
pixel_x = 24
|
||||
pixel_x = 24;
|
||||
specialfunctions = 4;
|
||||
id = "deck2_medicaltoilet";
|
||||
name = "Door Bolt Control"
|
||||
},
|
||||
/turf/simulated/floor/tiled/freezer,
|
||||
/area/medical/washroom)
|
||||
|
||||
Reference in New Issue
Block a user