Skip to content

Commit

Permalink
Merge branch 'master' into translate
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 2, 2024
2 parents 79ae73d + c71428e commit 374a604
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
9 changes: 6 additions & 3 deletions _maps/map_files220/stations/boxstation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -19625,7 +19625,8 @@
/area/station/hallway/secondary/entry)
"bwP" = (
/obj/structure/toilet{
pixel_y = 8
pixel_y = 8;
dir = 4
},
/obj/machinery/light/small/directional/west,
/obj/machinery/door_control/bolt_control/south{
Expand Down Expand Up @@ -20138,7 +20139,8 @@
/area/station/hallway/secondary/entry)
"bzu" = (
/obj/structure/toilet{
pixel_y = 8
pixel_y = 8;
dir = 4
},
/obj/machinery/light/small/directional/west,
/obj/effect/landmark/start/assistant,
Expand Down Expand Up @@ -61996,7 +61998,8 @@
/area/station/medical/surgery/secondary)
"jog" = (
/obj/structure/toilet{
pixel_y = 8
pixel_y = 8;
dir = 4
},
/obj/machinery/light/small/directional/west,
/obj/machinery/door_control/bolt_control/south{
Expand Down
3 changes: 1 addition & 2 deletions modular_ss220/camera_nanomap/code/camera.dm
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@
return data

/obj/machinery/computer/security/ui_static_data()
var/list/data = list()
data["mapRef"] = map_name
var/list/data = ..()
data["stationLevel"] = level_name_to_num(MAIN_STATION)
return data

Expand Down

0 comments on commit 374a604

Please sign in to comment.