Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MIRROR] Cult Cove, Neon Flamingo and Slowdive #988

Merged
merged 1 commit into from
Dec 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading