mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Ports some signs from the wallening & updates various others (#90581)
Updated a whole bunch of signs
This commit is contained in:
@@ -99,6 +99,14 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/morgue, 32)
|
||||
|
||||
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/engineering, 32)
|
||||
|
||||
/obj/structure/sign/departments/atmospherics
|
||||
name = "\improper Atmospherics sign"
|
||||
sign_change_name = "Department - Engineering: Atmospherics"
|
||||
desc = "A sign labelling an area where your life-giving air comes from."
|
||||
icon_state = "atmos"
|
||||
|
||||
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/engineering, 32)
|
||||
|
||||
///////SCIENCE
|
||||
|
||||
/obj/structure/sign/departments/science
|
||||
@@ -177,10 +185,18 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/botany/alt3, 32)
|
||||
name = "\improper Janitor sign"
|
||||
sign_change_name = "Department - Janitor"
|
||||
desc = "A sign labelling an area where the janitor works."
|
||||
icon_state = "custodian"
|
||||
icon_state = "custodian1"
|
||||
|
||||
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/custodian, 32)
|
||||
|
||||
/obj/structure/sign/departments/custodian_alt
|
||||
name = "\improper Janitor sign"
|
||||
sign_change_name = "Department - Janitor Alt"
|
||||
desc = "A sign labelling an area where the janitor works."
|
||||
icon_state = "custodian2"
|
||||
|
||||
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/custodian_alt, 32)
|
||||
|
||||
/obj/structure/sign/departments/holy
|
||||
name = "\improper Chapel sign"
|
||||
sign_change_name = "Department - Chapel"
|
||||
@@ -205,6 +221,22 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/holy, 32)
|
||||
|
||||
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/lawyer, 32)
|
||||
|
||||
/obj/structure/sign/departments/restaurant
|
||||
name = "\improper Restaurant sign"
|
||||
sign_change_name = "Department - Restaurant"
|
||||
desc = "A sign labelling an area where the food is served."
|
||||
icon_state = "restaurant"
|
||||
|
||||
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/restaurant, 32)
|
||||
|
||||
/obj/structure/sign/departments/bar
|
||||
name = "\improper Bar sign"
|
||||
sign_change_name = "Department - Bar"
|
||||
desc = "A sign labelling an area where drinks are mixed."
|
||||
icon_state = "bar"
|
||||
|
||||
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/departments/bar, 32)
|
||||
|
||||
///////SUPPLY
|
||||
|
||||
/obj/structure/sign/departments/cargo
|
||||
|
||||
@@ -7,9 +7,21 @@
|
||||
|
||||
/obj/structure/sign/map/left
|
||||
icon_state = "map-left"
|
||||
desc = "A navigational chart of the decommissioned Spinward Sector Station SS-02: 'Box' Class Outpost."
|
||||
|
||||
/obj/structure/sign/map/right
|
||||
icon_state = "map-right"
|
||||
desc = "A navigational chart of the decommissioned Spinward Sector Station SS-02: 'Box' Class Outpost."
|
||||
|
||||
/obj/structure/sign/map/meta
|
||||
desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), \
|
||||
escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."
|
||||
|
||||
/obj/structure/sign/map/meta/left
|
||||
icon_state = "map-left-MS"
|
||||
|
||||
/obj/structure/sign/map/meta/right
|
||||
icon_state = "map-right-MS"
|
||||
|
||||
/obj/structure/sign/directions/science
|
||||
name = "science department sign"
|
||||
|
||||
Reference in New Issue
Block a user