57 lines
1.7 KiB
Plaintext
57 lines
1.7 KiB
Plaintext
//map and direction signs
|
|
|
|
/obj/structure/sign/map
|
|
name = "station map"
|
|
desc = "A framed picture of the station."
|
|
max_integrity = 500
|
|
|
|
/obj/structure/sign/map/left
|
|
icon_state = "map-left"
|
|
|
|
/obj/structure/sign/map/right
|
|
icon_state = "map-right"
|
|
|
|
/obj/structure/sign/directions/science
|
|
name = "science department"
|
|
desc = "A direction sign, pointing out which way the Science department is."
|
|
icon_state = "direction_sci"
|
|
|
|
/obj/structure/sign/directions/engineering
|
|
name = "engineering department"
|
|
desc = "A direction sign, pointing out which way the Engineering department is."
|
|
icon_state = "direction_eng"
|
|
|
|
/obj/structure/sign/directions/security
|
|
name = "security department"
|
|
desc = "A direction sign, pointing out which way the Security department is."
|
|
icon_state = "direction_sec"
|
|
|
|
/obj/structure/sign/directions/medical
|
|
name = "medical bay"
|
|
desc = "A direction sign, pointing out which way the Medical Bay is."
|
|
icon_state = "direction_med"
|
|
|
|
/obj/structure/sign/directions/evac
|
|
name = "escape arm"
|
|
desc = "A direction sign, pointing out which way the escape shuttle dock is."
|
|
icon_state = "direction_evac"
|
|
|
|
/obj/structure/sign/directions/supply
|
|
name = "cargo bay"
|
|
desc = "A direction sign, pointing out which way the Cargo Bay is."
|
|
icon_state = "direction_supply"
|
|
|
|
/obj/structure/sign/directions/command
|
|
name = "command department"
|
|
desc = "A direction sign, pointing out which way the Command department is."
|
|
icon_state = "direction_bridge"
|
|
|
|
/obj/structure/sign/directions/bar
|
|
name = "bar"
|
|
desc = "A direction sign, pointing out which way the Bar is."
|
|
icon_state = "direction_bar"
|
|
/obj/structure/sign/directions/cafe
|
|
name = "cafe"
|
|
desc = "A direction sign, pointing out which way the Cafe is."
|
|
icon_state = "direction_cafe"
|