diff --git a/code/game/objects/structures/barsigns.dm b/code/game/objects/structures/barsigns.dm index b578631912b..385574a22d0 100644 --- a/code/game/objects/structures/barsigns.dm +++ b/code/game/objects/structures/barsigns.dm @@ -111,11 +111,6 @@ icon = "slipperyshots" desc = "Slippery slope to drunkeness with our shots!" -/datum/barsign/thegreytide - name = "The Grey Tide" - icon = "thegreytide" - desc = "Take a break from toolboxing and enjoy a lazy beer!" - /datum/barsign/honkednloaded name = "Honked 'n' Loaded" icon = "honkednloaded" diff --git a/icons/obj/barsigns.dmi b/icons/obj/barsigns.dmi index ce25b56f081..9b681e18c7e 100644 Binary files a/icons/obj/barsigns.dmi and b/icons/obj/barsigns.dmi differ