Merge pull request #9262 from Woodratt/10052023_elevator

Elevator tweak
This commit is contained in:
Spookerton
2023-10-10 11:12:51 +01:00
committed by GitHub
4 changed files with 23 additions and 24 deletions
+12 -18
View File
@@ -281,7 +281,7 @@
specialfunctions = 4
},
/turf/simulated/floor/plating,
/area/surface/station/construction/elevator)
/area/surface/station/hallway/primary/bmt/east)
"aG" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
@@ -1355,8 +1355,8 @@
/turf/simulated/floor/plating,
/area/surface/station/maintenance/medical/south)
"cN" = (
/turf/simulated/wall/concrete,
/area/surface/station/construction/elevator)
/turf/simulated/floor/tiled/techfloor/grid,
/area/surface/station/hallway/primary/bmt/east)
"cO" = (
/turf/simulated/mineral/ignore_mapgen/sif,
/area/surface/cave/unexplored/deep)
@@ -1836,7 +1836,7 @@
/area/surface/station/maintenance/storage/emergency/bmtswest)
"dP" = (
/turf/simulated/wall/r_concrete,
/area/surface/station/construction/elevator)
/area/surface/station/hallway/primary/bmt/east)
"dQ" = (
/obj/structure/closet/emcloset,
/obj/effect/floor_decal/borderfloorwhite{
@@ -4031,10 +4031,10 @@
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 8
},
/obj/effect/floor_decal/borderfloor{
/obj/effect/floor_decal/borderfloor/corner{
dir = 4
},
/obj/effect/floor_decal/corner/green/border{
/obj/effect/floor_decal/corner/green/bordercorner{
dir = 4
},
/turf/simulated/floor/tiled,
@@ -4976,7 +4976,7 @@
/area/surface/station/engineering/hallway/bmt)
"kr" = (
/turf/simulated/floor/plating,
/area/surface/station/construction/elevator)
/area/surface/station/hallway/primary/bmt/east)
"ks" = (
/turf/simulated/wall/concrete,
/area/surface/station/hallway/secondary/bmt/eaststairwell)
@@ -18672,14 +18672,8 @@
/turf/simulated/floor/plating,
/area/surface/station/maintenance/storage/emergency/bmtswest)
"MK" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/obj/effect/floor_decal/borderfloor/corner{
dir = 4
},
/obj/effect/floor_decal/corner/green/bordercorner{
dir = 4
},
/turf/simulated/floor/tiled,
/obj/turbolift_map_holder/cynosure/center,
/turf/simulated/floor/plating,
/area/surface/station/hallway/primary/bmt/east)
"ML" = (
/obj/machinery/conveyor{
@@ -61144,7 +61138,7 @@ Ur
Rh
Rh
iA
MK
hs
Qz
QZ
rP
@@ -61399,10 +61393,10 @@ HS
dT
pi
Ai
eE
TQ
TQ
TQ
IO
TQ
TQ
YR
@@ -61912,7 +61906,7 @@ dP
kr
kr
kr
kr
MK
dP
IO
IO
+1 -5
View File
@@ -36378,10 +36378,6 @@
},
/turf/simulated/floor/tiled/techfloor/grid,
/area/surface/station/ai/upload)
"qbj" = (
/obj/turbolift_map_holder/cynosure/center,
/turf/unsimulated/mask,
/area/surface/station/hallway/primary/groundfloor/east)
"qbC" = (
/obj/machinery/door/firedoor/border_only,
/obj/structure/grille,
@@ -91543,7 +91539,7 @@ fRF
mOM
mOM
mOM
qbj
mOM
fRF
lQW
ekU
+8 -1
View File
@@ -1370,7 +1370,7 @@
name = "lift (basement)"
lift_floor_label = "Basement"
lift_floor_name = "Basement"
lift_announce_str = "Arriving at Basement: Mining.Storage. Toxins. Vault."
lift_announce_str = "Arriving at Basement: Mining. Storage. Toxins. Vault."
base_turf = /turf/simulated/floor
/area/turbolift/west_gnd
@@ -1407,6 +1407,13 @@
lift_announce_str = "Arriving at Second Floor: Atmospherics. EVA. CE Office. Locker Rooms."
holomap_color = HOLOMAP_AREACOLOR_ENGINEERING
/area/turbolift/center_bmt
name = "lift (basement)"
lift_floor_label = "Basement"
lift_floor_name = "Basement"
lift_announce_str = "Arriving at Basement: Mining. Storage. Toxins. Vault."
base_turf = /turf/simulated/floor
/area/turbolift/center_gnd
name = "lift (ground floor)"
lift_floor_label = "Ground Floor"
+2
View File
@@ -19,10 +19,12 @@
icon = 'icons/obj/turbolift_preview_3x3.dmi'
name = "Cynosure turbolift map placeholder - Center"
dir = WEST
depth = 3
lift_size_x = 3
lift_size_y = 3
areas_to_use = list(
/area/turbolift/center_bmt,
/area/turbolift/center_gnd,
/area/turbolift/center_snd
)