mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 08:31:57 +00:00
Bar Map Tweaks and Audioconsole Variant (#14051)
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
name = "station intercom (General)"
|
||||
desc = "Talk through this."
|
||||
icon_state = "intercom"
|
||||
layer = 2.99
|
||||
anchored = TRUE
|
||||
appearance_flags = TILE_BOUND // prevents people from viewing the overlay through a wall
|
||||
w_class = ITEMSIZE_LARGE
|
||||
|
||||
@@ -52,9 +52,10 @@
|
||||
/obj/structure/sign/double/barsign
|
||||
icon = 'icons/obj/barsigns.dmi'
|
||||
icon_state = "Off"
|
||||
anchored = 1
|
||||
var/cult = 0
|
||||
layer = 2.99
|
||||
anchored = TRUE
|
||||
req_access = list(access_bar) //Has to initalize at first, this is updated by instance's req_access
|
||||
var/cult = 0
|
||||
var/choice_types = /decl/sign/double/bar
|
||||
|
||||
/obj/structure/sign/double/barsign/kitchensign
|
||||
|
||||
Reference in New Issue
Block a user