diff --git a/code/game/objects/structures/signs.dm b/code/game/objects/structures/signs.dm index 8a1591531a0..bfb9df96d7f 100644 --- a/code/game/objects/structures/signs.dm +++ b/code/game/objects/structures/signs.dm @@ -123,4 +123,29 @@ /obj/structure/sign/botany name = "\improper HYDROPONICS" desc = "A warning sign which reads 'HYDROPONICS'" - icon_state = "hydro1" \ No newline at end of file + icon_state = "hydro1" + +/obj/structure/sign/directions/science + name = "science department" + desc = "A direction sign, pointing out which way the Science department is." + icon_state = "direction_sci" + +/obj/structure/sign/directions/engineering + name = "engineering department" + desc = "A direction sign, pointing out which way the Engineering department is." + icon_state = "direction_eng" + +/obj/structure/sign/directions/security + name = "security department" + desc = "A direction sign, pointing out which way the Security department is." + icon_state = "direction_sec" + +/obj/structure/sign/directions/medical + name = "medical bay" + desc = "A direction sign, pointing out which way the Medical Bay is." + icon_state = "direction_med" + +/obj/structure/sign/directions/evac + name = "escape arm" + desc = "A direction sign, pointing out which way the escape shuttle dock is." + icon_state = "direction_evac" \ No newline at end of file diff --git a/icons/obj/decals.dmi b/icons/obj/decals.dmi index 12791090e09..fdeab8c4224 100644 Binary files a/icons/obj/decals.dmi and b/icons/obj/decals.dmi differ