diff --git a/code/game/objects/structures/barsigns.dm b/code/game/objects/structures/barsigns.dm index 6fda0f6a40..b3746b7308 100644 --- a/code/game/objects/structures/barsigns.dm +++ b/code/game/objects/structures/barsigns.dm @@ -292,6 +292,10 @@ icon = "maidcafe" desc = "Welcome back, master!" +/datum/barsign/the_lightbulb + name = "The Lightbulb" + icon = "the_lightbulb" + desc = "A cafe popular among moths and moffs. Once shut down for a week after the bartender used mothballs to protect her spare uniforms." /datum/barsign/hiddensigns hidden = 1 @@ -319,4 +323,3 @@ name = "Bar Sign" icon = "empty" desc = "This sign doesn't seem to be on." - diff --git a/icons/obj/barsigns.dmi b/icons/obj/barsigns.dmi index 53373c4630..558756713e 100644 Binary files a/icons/obj/barsigns.dmi and b/icons/obj/barsigns.dmi differ