mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
56 lines
1.5 KiB
Plaintext
56 lines
1.5 KiB
Plaintext
/obj/structure/alien/weeds/xen
|
|
name = "xen weeds"
|
|
desc = "A thick vine-like surface covers the floor."
|
|
color = "#ac3b06"
|
|
|
|
/obj/structure/spacevine/xen
|
|
name = "xen vines"
|
|
color = "#ac3b06"
|
|
|
|
/obj/structure/spacevine/xen/Initialize(mapload)
|
|
. = ..()
|
|
add_atom_colour("#ac3b06", FIXED_COLOUR_PRIORITY)
|
|
|
|
/obj/structure/spacevine/xen/thick
|
|
name = "thick xen vines"
|
|
color = "#ac3b06"
|
|
opacity = TRUE
|
|
|
|
/obj/structure/mineral_door/xen
|
|
name = "organic door"
|
|
color = "#ff8d58"
|
|
icon = 'modular_skyrat/modules/black_mesa/icons/xen_door.dmi'
|
|
icon_state = "resin"
|
|
openSound = 'modular_skyrat/modules/black_mesa/sound/xen_door.ogg'
|
|
closeSound = 'modular_skyrat/modules/black_mesa/sound/xen_door.ogg'
|
|
|
|
/obj/machinery/door/puzzle/keycard/xen
|
|
name = "locktight organic door"
|
|
desc = "An oddly robust organic looking door."
|
|
icon = 'modular_skyrat/modules/black_mesa/icons/xen_door.dmi'
|
|
icon_state = "resin"
|
|
puzzle_id = "xen"
|
|
|
|
/obj/item/keycard/xen
|
|
name = "xen keycard"
|
|
desc = "A xen keycard."
|
|
color = "#ac3b06"
|
|
puzzle_id = "xen"
|
|
|
|
/obj/structure/marker_beacon/green
|
|
picked_color = "Lime"
|
|
// set icon_state to make it clear for mappers
|
|
icon_state = "markerlime-on"
|
|
|
|
/obj/structure/pod
|
|
name = "supply pod"
|
|
desc = "Someone must have sent this a long way."
|
|
icon = 'modular_skyrat/modules/black_mesa/icons/structures.dmi'
|
|
icon_state = "pod"
|
|
pixel_x = SUPPLYPOD_X_OFFSET
|
|
anchored = TRUE
|
|
|
|
/obj/structure/closet/secure_closet/security/black_mesa
|
|
req_access = list(ACCESS_AWAY_SEC)
|
|
|