diff --git a/code/game/objects/structures/signs/signs_departments.dm b/code/game/objects/structures/signs/signs_departments.dm index b2b3a45caabb..e7f5b16b885d 100644 --- a/code/game/objects/structures/signs/signs_departments.dm +++ b/code/game/objects/structures/signs/signs_departments.dm @@ -73,6 +73,26 @@ /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/hop + name = "Command Deck" + desc = "A sign labeling the Head of Personnel's Office. Bribe for All Access here." + icon_state = "minskyhop" + +/obj/structure/sign/departments/minsky/command/bridge + name = "Bridge Deck" + desc = "A sign labeling the station's bridge." + icon_state = "minskybridge" + +/obj/structure/sign/departments/minsky/command/charge + name = "Charging Module" + desc = "A sign labeling a borge charging module. May not be fit for human habitation" + icon_state = "minskycharge" + /obj/structure/sign/departments/minsky/research/research name = "Research Department" desc = "A sign labeling where the research and development of new technologies takes place. It's not an experiment if you know what's going on." diff --git a/icons/obj/decals.dmi b/icons/obj/decals.dmi index 9eda175316a9..099936477d3a 100644 Binary files a/icons/obj/decals.dmi and b/icons/obj/decals.dmi differ