From ef67937976cd7129ba7f680c5604d8a6635dc0a7 Mon Sep 17 00:00:00 2001 From: Joan Lung Date: Tue, 9 Aug 2016 14:23:06 -0400 Subject: [PATCH] Dreamstation's mini station map now has a metastation-like description (#19781) --- code/game/objects/structures/signs.dm | 6 ++++++ 1 file changed, 6 insertions(+) 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"