The last one hopefully

This commit is contained in:
VerySoft
2022-04-01 12:44:05 -04:00
parent e011b05110
commit ffb06bb3c8
7 changed files with 2926 additions and 1718 deletions
-1
View File
@@ -22,7 +22,6 @@
door_color = "#822a1e";
frequency = 1380;
id_tag = "escape_shuttle_hatch";
locked = 1;
name = "Docking Port Airlock"
},
/obj/effect/shuttle_landmark{
+548 -75
View File
File diff suppressed because it is too large Load Diff
+1618 -916
View File
File diff suppressed because it is too large Load Diff
+755 -723
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -269,6 +269,8 @@
name = "Pilot Equipment Room"
/area/groundbase/civilian/gateway
name = "Gateway"
/area/groundbase/civilian/janitor
name = "Janitor's Closet"
/area/groundbase/exploration
name = "Exploration"
+2 -2
View File
@@ -444,7 +444,7 @@
/obj/effect/step_trigger/teleporter/to_mining/Initialize()
. = ..()
teleport_x = x
teleport_y = y + 1
teleport_y = y ++
teleport_z = Z_LEVEL_MINING
/obj/effect/step_trigger/teleporter/from_mining
@@ -454,5 +454,5 @@
/obj/effect/step_trigger/teleporter/from_mining/Initialize()
. = ..()
teleport_x = x
teleport_y = y - 1
teleport_y = y --
teleport_z = Z_LEVEL_GB_BOTTOM