diff --git a/code/game/objects/structures/barsigns.dm b/code/game/objects/structures/barsigns.dm index b3746b73082..6fda0f6a40d 100644 --- a/code/game/objects/structures/barsigns.dm +++ b/code/game/objects/structures/barsigns.dm @@ -292,10 +292,6 @@ 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 @@ -323,3 +319,4 @@ 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 558756713ee..53373c46307 100644 Binary files a/icons/obj/barsigns.dmi and b/icons/obj/barsigns.dmi differ