Skip to content

Commit f6d9002

Browse files
authored
tinyshuttle is now area/shuttle (#7197)
## About The Pull Request Tiny Shuttle is now Are/shuttle related. ## Why It's Good For The Game No more runtime, I hope
1 parent a61ce34 commit f6d9002

File tree

2 files changed

+122
-122
lines changed

2 files changed

+122
-122
lines changed

code/modules/maps/overmap/space/debrisfield.dm

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -113,20 +113,20 @@
113113
/area/submap/debrisfield_vr/mining_outpost
114114
name = "POI - Destroyed Mining Outpost"
115115

116-
/area/submap/debrisfield_vr/tinyshuttle
116+
/area/shuttle/debrisfield_vr/tinyshuttle
117117
// secret_name = 0
118118

119-
/area/submap/debrisfield_vr/tinyshuttle/crew
119+
/area/shuttle/debrisfield_vr/tinyshuttle/crew
120120
name = "Crew Bay"
121121

122-
/area/submap/debrisfield_vr/tinyshuttle/bridge
122+
/area/shuttle/debrisfield_vr/tinyshuttle/bridge
123123
name = "Bridge"
124124

125-
/area/submap/debrisfield_vr/tinyshuttle/hangar
125+
/area/shuttle/debrisfield_vr/tinyshuttle/hangar
126126
name = "Hangar"
127127
has_gravity = 0
128128

129-
/area/submap/debrisfield_vr/tinyshuttle/engine
129+
/area/shuttle/debrisfield_vr/tinyshuttle/engine
130130
name = "Systems Bay"
131131

132132
/area/submap/debrisfiled_vr/clownshuttle
@@ -151,7 +151,7 @@
151151
warmup_time = 0
152152
current_location = "debris_field_carrier_start"
153153
docking_controller_tag = "debris_carrier_docker"
154-
shuttle_area = list(/area/submap/debrisfield_vr/tinyshuttle/crew, /area/submap/debrisfield_vr/tinyshuttle/bridge, /area/submap/debrisfield_vr/tinyshuttle/hangar, /area/submap/debrisfield_vr/tinyshuttle/engine)
154+
shuttle_area = list(/area/shuttle/debrisfield_vr/tinyshuttle/crew, /area/shuttle/debrisfield_vr/tinyshuttle/bridge, /area/shuttle/debrisfield_vr/tinyshuttle/hangar, /area/shuttle/debrisfield_vr/tinyshuttle/engine)
155155
fuel_consumption = 3
156156
defer_initialisation = TRUE
157157
move_direction = WEST

0 commit comments

Comments
 (0)