diff --git a/_maps/map_files/NorthStar/north_star.dmm b/_maps/map_files/NorthStar/north_star.dmm index a492edf071f..fffffc07e5e 100644 --- a/_maps/map_files/NorthStar/north_star.dmm +++ b/_maps/map_files/NorthStar/north_star.dmm @@ -44618,6 +44618,12 @@ /obj/effect/landmark/start/quartermaster, /obj/structure/bed/double/pod, /obj/item/bedsheet/qm/double, +/obj/machinery/requests_console/directional/north{ + announcementConsole = 1; + department = "Quartermaster's Desk"; + name = "Quartermaster's Requests Console"; + supplies_requestable = 1 + }, /turf/open/floor/carpet/orange, /area/station/command/heads_quarters/qm) "lTN" = ( @@ -77321,6 +77327,7 @@ dir = 8 }, /obj/effect/landmark/navigate_destination/bridge, +/obj/structure/plaque/static_plaque/golden/commission/northstar, /turf/open/floor/iron/dark, /area/station/hallway/floor4/fore) "uMR" = ( diff --git a/code/game/objects/structures/plaques/static_plaques.dm b/code/game/objects/structures/plaques/static_plaques.dm index 400bc105a21..edc78c5b277 100644 --- a/code/game/objects/structures/plaques/static_plaques.dm +++ b/code/game/objects/structures/plaques/static_plaques.dm @@ -52,6 +52,9 @@ /obj/structure/plaque/static_plaque/golden/commission/tram desc = "Spinward Sector Station SS-13\n'Tram' Class Outpost\nCommissioned 11/03/2561\n'Making Moves'" +// North Star: added Apr 13, 2023 (#74371) +/obj/structure/plaque/static_plaque/golden/commission/northstar + desc = "Spinward Sector Ship SS-13\n'North Star' Class Vessel\nCommissioned 13/04/2563\n'New Opportunities'" //Removed stations // Asteroidstation: added Oct 17, 2015 (169ab09f7b52254ee505e54cdea681fab287647b), removed Jun 19, 2016 (#18661)- 8 months, 2 days