diff --git a/code/game/objects/structures/barsign.dm b/code/game/objects/structures/barsign.dm index f2253daaa2f..6a1c784d1a0 100644 --- a/code/game/objects/structures/barsign.dm +++ b/code/game/objects/structures/barsign.dm @@ -384,6 +384,11 @@ icon = "spaceasshole" desc = "Open since 2125, Not much has changed since then; the engineers still release the singulo and the damn miners still are more likely to cave your face in that deliver ores." +/datum/barsign/themaint + name = "The Maint" + icon = "themaint" + desc = "Home to Greytiders, Security and other unholy creations." + /datum/barsign/hiddensigns hidden = 1 diff --git a/icons/obj/barsigns.dmi b/icons/obj/barsigns.dmi index b14425449fd..3e2b18ab0a8 100644 Binary files a/icons/obj/barsigns.dmi and b/icons/obj/barsigns.dmi differ