diff --git a/code/game/objects/structures/signs.dm b/code/game/objects/structures/signs.dm index c0d308d8ffc..793e57bb27c 100644 --- a/code/game/objects/structures/signs.dm +++ b/code/game/objects/structures/signs.dm @@ -112,12 +112,18 @@ /obj/structure/sign/map/left/dream icon_state = "map-left-DS" + desc = "A framed picture of the station.\nClockwise from the top, you see Engineering(yellow), Arrivals(blue and white), Atmospherics(yellow), Security(red), \ + Cargo(brown), Science(purple), Escape(red and white), and Medbay(blue).\nIn the center of the station, you see the Bridge(dark blue).\n\ + Around those, you see Hallways/Entrances(light grey), Public Areas(grey), and Maintenance(dark grey)." /obj/structure/sign/map/right icon_state = "map-right" /obj/structure/sign/map/right/dream icon_state = "map-right-DS" + desc = "A framed picture of the station.\nClockwise from the top, you see Engineering(yellow), Arrivals(blue and white), Atmospherics(yellow), Security(red), \ + Cargo(brown), Science(purple), Escape(red and white), and Medbay(blue).\nIn the center of the station, you see the Bridge(dark blue).\n\ + Around those, you see Hallways/Entrances(light grey), Public Areas(grey), and Maintenance(dark grey)." /obj/structure/sign/securearea name = "\improper SECURE AREA"