mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
Stops shuttles from bringing background turfs with them. (#15580)
This commit is contained in:
@@ -225,7 +225,7 @@
|
||||
for(var/obj/structure/cable/C in A)
|
||||
powernets |= C.powernet
|
||||
|
||||
translate_turfs(turf_translation, current_location.base_area, current_location.base_turf)
|
||||
translate_turfs(turf_translation, current_location.base_area, current_location.base_turf, TRUE)
|
||||
current_location = destination
|
||||
|
||||
// if there's a zlevel above our destination, paint in a ceiling on it so we retain our air
|
||||
|
||||
Reference in New Issue
Block a user