Skip to content

Commit

Permalink
Adds 2 new barsigns (#2412)
Browse files Browse the repository at this point in the history
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request

Adds two new barsigns


![barsign](https://github.com/shiptest-ss13/Shiptest/assets/58402542/ed29ed11-07b3-4af1-beb4-6d9b1207a1a0)

## Why It's Good For The Game


![image](https://github.com/shiptest-ss13/Shiptest/assets/58402542/3b4eb719-f6fa-4f0f-9698-915720c1d8f9)


![image-1](https://github.com/shiptest-ss13/Shiptest/assets/58402542/339e1a7f-4bca-433f-92b9-7909fe8fcb8c)

## Changelog

:cl:
add: Two new barsigns
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
  • Loading branch information
rye-rice authored Oct 20, 2023
1 parent e08a906 commit b226ab0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
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."

/datum/barsign/hiddensigns
hidden = TRUE

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

0 comments on commit b226ab0

Please sign in to comment.