Skip to content

Commit

Permalink
Merge pull request tgstation#8169 from dannno/morebarsigns
Browse files Browse the repository at this point in the history
adds more barsigns
  • Loading branch information
Cheridan committed Mar 6, 2015
2 parents 92a40fc + d1b1e9f commit 0496dcd
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
40 changes: 40 additions & 0 deletions code/game/objects/structures/barsigns.dm
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,46 @@
icon = "theadminbus"
desc = "An establishment visited mainly by space-judges. It isn't bombed nearly as much as court hearings."

/datum/barsign/oldcockinn
name = "The Old Cock Inn"
icon = "oldcockinn"
desc = "Something about this sign fills you with despair."

/datum/barsign/thewretchedhive
name = "The Wretched Hive"
icon = "thewretchedhive"
desc = "Legally obligated to instruct you to check your drinks for acid before consumption."

/datum/barsign/robustacafe
name = "The Robusta Cafe"
icon = "robustacafe"
desc = "Holder of the 'Most Lethal Barfights' record 5 years uncontested."

/datum/barsign/emergencyrumparty
name = "The Emergency Rum Party"
icon = "emergencyrumparty"
desc = "Still serving drinks that were banned years ago."

/datum/barsign/combocafe
name = "The Combo Cafe"
icon = "combocafe"
desc = "Renowned system-wide for their utterly uncreative drink combinations."

/datum/barsign/vladssaladbar
name = "Vlad's Salad Bar"
icon = "vladssaladbar"
desc = "Under new management. Vlad was always a bit too trigger happy with that shotgun."

/datum/barsign/theshaken
name = "The Shaken"
icon = "theshaken"
desc = "This establishment does not serve stirred drinks."

/datum/barsign/thealenath
name = "The Ale' Nath"
icon = "thealenath"
desc = "All right, buddy. I think you've had EI NATH. Time to get a cab."



/datum/barsign/hiddensigns
Expand Down
5 changes: 5 additions & 0 deletions html/changelogs/dannno-barsigns.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
author: Dannno

delete-after: True

- rscadd: "Added more barsigns, sprites by yours truly."
Binary file modified icons/obj/barsigns.dmi
Binary file not shown.

0 comments on commit 0496dcd

Please sign in to comment.