diff --git a/code/game/machinery/barsigns.dm b/code/game/machinery/barsigns.dm index 7a193a68762..097f21d4f16 100644 --- a/code/game/machinery/barsigns.dm +++ b/code/game/machinery/barsigns.dm @@ -412,6 +412,12 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/barsign, 32) desc = "For those who wish to be optimally tactful to the non-alcoholic population." neon_color = COLOR_ORANGE +/datum/barsign/tearoom + name = "Little Treats Tea Room" + icon_state = "little_treats" + desc = "A delightfully relaxing tearoom for all the fancy lads in the cosmos." + neon_color = COLOR_LIGHT_ORANGE + // Hidden signs list below this point /datum/barsign/hiddensigns diff --git a/icons/obj/machines/barsigns.dmi b/icons/obj/machines/barsigns.dmi index 6df58d57aae..1084cab9bc4 100644 Binary files a/icons/obj/machines/barsigns.dmi and b/icons/obj/machines/barsigns.dmi differ