Skip to content

Commit

Permalink
Adds 'The Assembly Line' bar sign (Bar Sign Contest 2023) (tgstation#…
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVekter authored Nov 16, 2023
1 parent 4f25608 commit 6df5959
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 @@ -418,6 +418,12 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/barsign, 32)
desc = "A delightfully relaxing tearoom for all the fancy lads in the cosmos."
neon_color = COLOR_LIGHT_ORANGE

/datum/barsign/assembly_line
name = "The Assembly Line"
icon_state = "the-assembly-line"
desc = "Where every drink is masterfully crafted with industrial efficiency!"
neon_color = "#ffffff"

// 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 6df5959

Please sign in to comment.