Merge pull request #10809 from VOREStation/Icons/tgbarsigns

Port some /tg/ barsigns
This commit is contained in:
Aronai Sieyes
2021-07-03 16:33:18 -04:00
committed by Chompstation Bot
parent 654ef75433
commit 2def3cfcb0
2 changed files with 7 additions and 5 deletions

View File

@@ -1,5 +1,7 @@
/obj/structure/sign/double/barsign
desc = "The current barsign of this shift! The bartender can change it with their ID."
icon = 'icons/obj/barsigns.dmi'
plane = ABOVE_PLANE
icon_state = "empty"
appearance_flags = 0
anchored = 1
@@ -7,9 +9,9 @@
/obj/structure/sign/double/barsign/proc/get_valid_states(initial=1)
. = cached_icon_states(icon)
. -= "on"
. -= "narsiebistro"
. -= "empty"
. -= "On"
. -= "Nar-sie Bistro"
. -= "Empty"
if(initial)
. -= "Off"
@@ -18,9 +20,9 @@
switch(icon_state)
if("Off")
. += "It appears to be switched off."
if("narsiebistro")
if("Nar-sie Bistro")
. += "It shows a picture of a large black and red being. Spooky!"
if("on", "empty")
if("On", "Empty")
. += "The lights are on, but there's no picture."
else
. += "It says '[icon_state]'"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 689 KiB

After

Width:  |  Height:  |  Size: 988 KiB