Skip to content

Commit

Permalink
Map fix for detective room: add switch for windows (#13534)
Browse files Browse the repository at this point in the history
  • Loading branch information
KatoMarika committed Sep 11, 2024
1 parent 7aa2a22 commit b182b05
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions maps/boxstation/boxstation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -7948,6 +7948,11 @@
pixel_y = 10
},
/obj/item/weapon/reagent_containers/food/drinks/flask/detflask,
/obj/machinery/windowtint{
id = "Detective";
pixel_x = -28;
pixel_y = -15
},
/turf/simulated/floor/carpet/red,
/area/station/security/detectives_office)
"anb" = (
Expand Down Expand Up @@ -59174,8 +59179,7 @@
"ciY" = (
/obj/machinery/door/airlock/external{
dir = 4;
dock_tag = "pod4";
name = "Escape Pod 4"
dock_tag = "pod4"
},
/turf/simulated/floor/grid_floor,
/area/station/maintenance/engineering)
Expand Down Expand Up @@ -70168,8 +70172,7 @@
/area/shuttle/escape_pod4/station)
"dAo" = (
/obj/machinery/door/airlock/external{
dir = 4;
name = "Escape Pod 5"
dir = 4
},
/obj/machinery/door/firedoor{
dir = 4
Expand Down

0 comments on commit b182b05

Please sign in to comment.