diff --git a/code/game/objects/structures/signs/signs_departments.dm b/code/game/objects/structures/signs/signs_departments.dm index aa4608ccc681..a96dbcd2cdbc 100644 --- a/code/game/objects/structures/signs/signs_departments.dm +++ b/code/game/objects/structures/signs/signs_departments.dm @@ -73,11 +73,22 @@ /obj/structure/sign/departments/medbay/alt icon_state = "bluecross2" + /obj/structure/sign/departments/minsky/command name = "Command Deck" desc = "A sign labeling the station's command deck. The good idea fairy lives around here." icon_state = "minskycommand" +/obj/structure/sign/departments/minsky/command/evac + name = "Evacuation Area" + desc = "A sign labeling the station's evacuation area. No guarantees." + icon_state = "minskyevac" + +/obj/structure/sign/departments/minsky/command/space + name = "Leads to Space" + desc = "A sign labeling an exterior access. Authorized personnel only." + icon_state = "minskyspace" + /obj/structure/sign/departments/minsky/command/hop name = "Head of Personnel's Office" desc = "A sign labeling the Head of Personnel's Office. Bribe for All Access here." diff --git a/icons/obj/decals.dmi b/icons/obj/decals.dmi index 099936477d3a..ef4f7a7fbd85 100644 Binary files a/icons/obj/decals.dmi and b/icons/obj/decals.dmi differ