Skip to content

Commit

Permalink
[MIRROR] Cult Cove, Neon Flamingo and Slowdive [MDB IGNORE] (#988)
Browse files Browse the repository at this point in the history
* Cult Cove, Neon Flamingo and Slowdive (#80113)

---------

Co-authored-by: SkyratBot <[email protected]>
Co-authored-by: Riggle <[email protected]>
  • Loading branch information
3 people authored Dec 7, 2023
1 parent cc7479b commit 4a67d3c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions code/game/machinery/barsigns.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified icons/obj/machines/barsigns.dmi
Binary file not shown.

0 comments on commit 4a67d3c

Please sign in to comment.