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

Adds 2 new barsigns #2412

Merged
merged 1 commit into from
Oct 20, 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
10 changes: 10 additions & 0 deletions code/game/objects/structures/barsigns.dm
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,16 @@
icon = "goose"
desc = "Drink till you puke and/or break the laws of reality!"

/datum/barsign/dustydunesaloon
name = "Dusty Dune Saloon"
icon = "saloon"
desc = "The perfect place to get trashed then get killed in a shootout"

/datum/barsign/birdsnest
name = "Bird's Nest ♡"
icon = "birdsnest"
desc = "It is NOT what you're thinking it is."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes it is

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes it is and more


/datum/barsign/hiddensigns
hidden = TRUE

Expand Down
Binary file modified icons/obj/barsigns.dmi
Binary file not shown.