From c79c75e4c61da2c96382a1f6d7e3fd36a1d78576 Mon Sep 17 00:00:00 2001 From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> Date: Mon, 27 Jan 2020 12:38:24 -0500 Subject: [PATCH] Bolt Dat Door Down So apparently I made an oversight with the bolt hatch controls..... Fixed now. Changelog Notes: - Changes buttons in the Reading Room cubicles to bolt their respective doors down, not open them. --- maps/tether/tether-03-surface3.dmm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/maps/tether/tether-03-surface3.dmm b/maps/tether/tether-03-surface3.dmm index 05a1b5069c2..78b3e6f193b 100644 --- a/maps/tether/tether-03-surface3.dmm +++ b/maps/tether/tether-03-surface3.dmm @@ -1093,7 +1093,8 @@ /obj/machinery/button/remote/airlock{ id = "ReadingRoom1"; name = "Room 1 Bolt"; - pixel_x = -30 + pixel_x = -30; + specialfunctions = 4 }, /turf/simulated/floor/wood, /area/tether/surfacebase/reading_room) @@ -1594,7 +1595,8 @@ /obj/machinery/button/remote/airlock{ id = "ReadingRoom2"; name = "Room 2 Bolt"; - pixel_x = -30 + pixel_x = -30; + specialfunctions = 4 }, /turf/simulated/floor/wood, /area/tether/surfacebase/reading_room) @@ -1606,7 +1608,8 @@ /obj/machinery/button/remote/airlock{ id = "ReadingRoom3"; name = "Room 3 Bolt"; - pixel_x = -30 + pixel_x = -30; + specialfunctions = 4 }, /turf/simulated/floor/wood, /area/tether/surfacebase/reading_room)