diff --git a/code/game/objects/structures/barsigns.dm b/code/game/objects/structures/barsigns.dm index 0ed4628a7d0..200b88573bb 100644 --- a/code/game/objects/structures/barsigns.dm +++ b/code/game/objects/structures/barsigns.dm @@ -210,12 +210,25 @@ icon = "honkednloaded" desc = "Honk." + /datum/barsign/thenest name = "The Nest" icon = "thenest" desc = "A good place to retire for a drink after a long night of crime fighting." +/datum/barsign/thecoderbus + name = "The Coderbus" + icon = "thecoderbus" + desc = "A very controversial bar known for its wide variety of constantly-changing drinks." + + +/datum/barsign/theadminbus + name = "The Adminbus" + icon = "theadminbus" + desc = "An establishment visited mainly by space-judges. It isn't bombed nearly as much as court hearings." + + /datum/barsign/hiddensigns hidden = 1 diff --git a/html/changelogs/Xhuis-BarSigns.yml b/html/changelogs/Xhuis-BarSigns.yml new file mode 100644 index 00000000000..9d5bd532f88 --- /dev/null +++ b/html/changelogs/Xhuis-BarSigns.yml @@ -0,0 +1,5 @@ +author: Xhuis +delete-after: true + +changes: + - rscadd: "Adds the Adminbus and Coderbus bar signs." diff --git a/icons/obj/barsigns.dmi b/icons/obj/barsigns.dmi index ea10d30db0a..914e98bb8f1 100644 Binary files a/icons/obj/barsigns.dmi and b/icons/obj/barsigns.dmi differ