Adds new signage for the AI upload, AI sattelite, telecomms, vault, and R&D Servers (#68403)

Adds new signs for the AI upload, AI sattelite, telecomms, vault, and R&D servers. Maps these in, shuffles things around to make them fit.

I was playing some other maps for the first time, and I noticed that if you're not familiar with the map it tends to be confusing what these rooms are at a glance.
More beginner friendly, and they're good atmosphere.
This commit is contained in:
Coffee
2022-07-21 00:01:58 -06:00
committed by GitHub
parent 097ffa2286
commit ece2b1b50f
7 changed files with 134 additions and 84 deletions
@@ -1,5 +1,7 @@
//departmental signs
/obj/structure/sign/departments
is_editable = TRUE
///////MEDBAY
@@ -8,7 +10,6 @@
sign_change_name = "Department - Medbay"
desc = "The Intergalactic symbol of Medical institutions. You'll probably get help here."
icon_state = "bluecross"
is_editable = TRUE
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/medbay, 32)
@@ -17,7 +18,6 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/medbay, 32)
sign_change_name = "Department - Medbay Alt"
desc = "The Intergalactic symbol of Medical institutions. You'll probably get help here."
icon_state = "bluecross2"
is_editable = TRUE
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/medbay/alt, 32)
@@ -26,7 +26,6 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/medbay/alt, 32)
sign_change_name = "Department - Medbay: Exam Room"
desc = "A guidance sign which reads 'Exam Room'."
icon_state = "examroom"
is_editable = TRUE
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/exam_room, 32)
@@ -35,7 +34,6 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/exam_room, 32)
sign_change_name = "Department - Medbay: Chemistry"
desc = "A sign labelling an area containing chemical equipment."
icon_state = "chemistry1"
is_editable = TRUE
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/chemistry, 32)
@@ -44,7 +42,6 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/chemistry, 32)
sign_change_name = "Department - Medbay: Pharmacy"
desc = "A sign labelling an area containing pharmacy equipment."
icon_state = "pharmacy"
is_editable = TRUE
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/chemistry/pharmacy, 32)
@@ -53,7 +50,6 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/chemistry/pharmacy,
sign_change_name = "Department - Medbay: Psychology"
desc = "A sign labelling where the Psychologist works, they can probably help you get your head straight."
icon_state = "psychology"
is_editable = TRUE
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/psychology, 32)
@@ -64,7 +60,6 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/psychology, 32)
sign_change_name = "Department - Engineering"
desc = "A sign labelling an area where engineers work."
icon_state = "engine"
is_editable = TRUE
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/engineering, 32)
@@ -75,7 +70,6 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/engineering, 32)
sign_change_name = "Department - Science"
desc = "A sign labelling an area where research and science is performed."
icon_state = "science1"
is_editable = TRUE
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/science, 32)
@@ -84,7 +78,6 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/science, 32)
sign_change_name = "Department - Science Alt"
desc = "A sign labelling an area where research and science is performed."
icon_state = "science2"
is_editable = TRUE
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/science/alt, 32)
@@ -93,10 +86,17 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/science/alt, 32)
sign_change_name = "Department - Science: Xenobiology"
desc = "A sign labelling an area as a place where xenobiological entities are researched."
icon_state = "xenobio"
is_editable = TRUE
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/xenobio, 32)
/obj/structure/sign/departments/rndserver
name ="\improper R&D Server sign"
sign_change_name = "Department - Science: R&D Server"
desc = "A sign labelling an area where scientific data is stored."
icon_state = "rndserver"
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/rndserver, 32)
///////SERVICE
/obj/structure/sign/departments/botany
@@ -104,7 +104,6 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/xenobio, 32)
sign_change_name = "Department - Botany"
desc = "A sign labelling an area as a place where plants are grown."
icon_state = "hydro1"
is_editable = TRUE
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/botany, 32)
@@ -113,7 +112,6 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/botany, 32)
sign_change_name = "Department - Janitor"
desc = "A sign labelling an area where the janitor works."
icon_state = "custodian"
is_editable = TRUE
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/custodian, 32)
@@ -122,7 +120,6 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/custodian, 32)
sign_change_name = "Department - Chapel"
desc = "A sign labelling a religious area."
icon_state = "holy"
is_editable = TRUE
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/holy, 32)
@@ -131,7 +128,6 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/holy, 32)
sign_change_name = "Department - Legal"
desc = "A sign labelling an area where the Lawyers work, apply here for arrivals shuttle whiplash settlement."
icon_state = "lawyer"
is_editable = TRUE
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/lawyer, 32)
@@ -142,7 +138,6 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/lawyer, 32)
sign_change_name = "Department - Cargo"
desc = "A sign labelling an area where cargo ships dock."
icon_state = "cargo"
is_editable = TRUE
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/cargo, 32)
@@ -153,7 +148,6 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/cargo, 32)
sign_change_name = "Department - Security"
desc = "A sign labelling an area where the law is law."
icon_state = "security"
is_editable = TRUE
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/security, 32)
@@ -164,7 +158,6 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/security, 32)
sign_change_name = "Location - Restroom"
desc = "A sign labelling a restroom."
icon_state = "restroom"
is_editable = TRUE
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/restroom, 32)
@@ -173,7 +166,6 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/restroom, 32)
sign_change_name = "Location - Maintenance"
desc = "A sign labelling an area where the departments of the station are linked together."
icon_state = "mait1"
is_editable = TRUE
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/maint, 32)
@@ -182,7 +174,6 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/maint, 32)
sign_change_name = "Location - Maintenance Alt"
desc = "A sign labelling an area where the departments of the station are linked together."
icon_state = "mait2"
is_editable = TRUE
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/maint/alt, 32)
@@ -191,7 +182,6 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/maint/alt, 32)
sign_change_name = "Location - Evacuation"
desc = "A sign labelling an area where evacuation procedures take place."
icon_state = "evac"
is_editable = TRUE
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/evac, 32)
@@ -200,7 +190,6 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/evac, 32)
sign_change_name = "Location - Drop Pods"
desc = "A sign labelling an area where drop pod loading procedures take place."
icon_state = "drop"
is_editable = TRUE
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/drop, 32)
@@ -209,6 +198,42 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/drop, 32)
sign_change_name = "Location - Courtroom"
desc = "A sign labelling the courtroom, where the ever sacred Space Law is upheld."
icon_state = "court"
is_editable = TRUE
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/court, 32)
/obj/structure/sign/departments/telecomms
name = "\improper Telecommunications sign"
sign_change_name = "Location - Telecommunications"
desc = "A sign labelling an area where the station's radio and NTnet servers are stored."
icon_state = "telecomms"
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/telecomms, 32)
/obj/structure/sign/departments/telecomms/alt
icon_state = "telecomms2"
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/telecomms/alt, 32)
/obj/structure/sign/departments/aiupload
name = "\improper AI Upload sign"
sign_change_name = "Location - AI Upload"
desc = "A sign labelling an area where laws are uploaded to the station's AI and cyborgs."
icon_state = "aiupload"
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/aiupload, 32)
/obj/structure/sign/departments/aisat
name = "\improper AI Satellite sign"
sign_change_name = "Location - AI Satellite"
desc = "A sign labelling the AI's heavily-fortified satellite."
icon_state = "aisat"
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/aisat, 32)
/obj/structure/sign/departments/vault
name = "\improper Vault sign"
sign_change_name = "Location - Vault"
desc = "A sign labelling a saferoom where the station's resources and self-destruct are secured."
icon_state = "vault"
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/vault, 32)