Skip to content

Commit

Permalink
[MIRROR] Added "Bargonia" bar sign! [MDB IGNORE] (#25171)
Browse files Browse the repository at this point in the history
* Added "Bargonia" bar sign! (#79565)

<!-- 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
I made this submission for the Bar Sign contest, and while I didn't make
it into any of the higher accolades, I'd still love to see it make it
into the game!
<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

## Why It's Good For The Game
Cargo's always had fun making all sorts of structures in the warehouse,
and the fabled Cargo Bar is one of these that seems to be a
fan-favorite. I set out to make a sign to be a nice nod to these bars,
and for something else for people to put up on the wall to decorate the
bars!

![bargoniaupscaledx4](https://github.com/tgstation/tgstation/assets/147954468/8587aadc-a99e-4652-8561-4befac44e294)

<!-- Argue for the merits of your changes and how they benefit the game,
especially if they are controversial and/or far reaching. If you can't
actually explain WHY what you are doing will improve the game, then it
probably isn't good for the game in the first place. -->

## Changelog

<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Be sure to properly
mark your PRs to prevent unnecessary GBP loss. You can read up on GBP
and it's effects on PRs in the tgstation guides for contributors. Please
note that maintainers freely reserve the right to remove and add tags
should they deem it appropriate. You can attempt to finagle the system
all you want, but it's best to shoot for clear communication right off
the bat. -->

:cl: Jane
add: Bargonia Bar Sign for Cargo Bar Enjoyers
/: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. -->

---------

Co-authored-by: san7890 <the@ san7890.com>
Co-authored-by: Ghom <42542238+Ghommie@ users.noreply.github.com>

* Added "Bargonia" bar sign!

---------

Co-authored-by: DrAmazing343 <[email protected]>
Co-authored-by: san7890 <the@ san7890.com>
Co-authored-by: Ghom <42542238+Ghommie@ users.noreply.github.com>
  • Loading branch information
4 people authored and FFMirrorBot committed Nov 21, 2023
1 parent 88d6c16 commit 55f7729
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/game/machinery/barsigns.dm
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,12 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/barsign, 32)
desc = "Where every drink is masterfully crafted with industrial efficiency!"
neon_color = "#ffffff"

/datum/barsign/bargonia
name = "Bargonia"
icon_state = "bargonia"
desc = "The warehouse yearns for a higher calling... so Supply has declared BARGONIA!"
neon_color = COLOR_WHITE

// 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 55f7729

Please sign in to comment.