Cult Cove, Neon Flamingo and Slowdive (#80113)

This commit is contained in:
Riggle
2023-12-05 22:47:26 -05:00
committed by GitHub
parent c7c70b08a2
commit 5277993a3f
2 changed files with 18 additions and 0 deletions
+18
View File
@@ -462,6 +462,24 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/barsign, 32)
desc = "The warehouse yearns for a higher calling... so Supply has declared BARGONIA!"
neon_color = COLOR_WHITE
/datum/barsign/cult_cove
name = "Cult Cove"
icon_state = "cult-cove"
desc = "Nar'Sie's favourite retreat"
neon_color = COLOR_RED
/datum/barsign/neon_flamingo
name = "Neon Flamingo"
icon_state = "neon-flamingo"
desc = "A bus for all but the flamboyantly challenged."
neon_color = COLOR_PINK
/datum/barsign/slowdive
name = "Slowdive"
icon_state = "slowdive"
desc = "First stop out of hell, last stop before heaven."
neon_color = COLOR_RED
// Hidden signs list below this point
/datum/barsign/hiddensigns
Binary file not shown.

Before

Width:  |  Height:  |  Size: 204 KiB

After

Width:  |  Height:  |  Size: 263 KiB