diff --git a/code/game/machinery/barsigns.dm b/code/game/machinery/barsigns.dm index cabbc744c13..409d0226bc0 100644 --- a/code/game/machinery/barsigns.dm +++ b/code/game/machinery/barsigns.dm @@ -501,6 +501,30 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/barsign, 32) desc = "LIVE MOTHS!" neon_color = COLOR_RED +/datum/barsign/coldones + name = "Cold Ones" + icon_state = "cold-ones" + desc = "That's what they call the yogurt effect." + neon_color = "" + +/datum/barsign/doctorsorders + name = "Doctor's Orders" + icon_state = "doctors-orders" + desc = "For over-the-counter painkillers." + neon_color = "" + +/datum/barsign/wrongturn + name = "Wrong Turn" + icon_state = "wrong-turn" + desc = "You don't feel lost. Nothing a few drinks cant fix, though." + neon_color = "" + +/datum/barsign/punpunspub + name = "Punpun's Pub" + icon_state = "pun-puns-pub" + desc = "After everything he's been through? I'd want to be near booze too." + neon_color = "" + // Hidden signs list below this point /datum/barsign/hiddensigns diff --git a/icons/obj/machines/barsigns.dmi b/icons/obj/machines/barsigns.dmi index fa8a3e13252..102c577c2fc 100644 Binary files a/icons/obj/machines/barsigns.dmi and b/icons/obj/machines/barsigns.dmi differ