mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
Huge optimizations+some fixes
This commit is contained in:
@@ -205,3 +205,9 @@
|
||||
var/turf/oldT = moved_atoms[moved_object]
|
||||
moved_object.lateShuttleMove(oldT, movement_force, movement_direction)
|
||||
|
||||
/obj/docking_port/mobile/proc/reset_air()
|
||||
var/list/turfs = return_ordered_turfs(x, y, z, dir)
|
||||
for(var/i in 1 to length(turfs))
|
||||
var/turf/open/T = turfs[i]
|
||||
if(istype(T))
|
||||
T.air.copy_from_turf(T)
|
||||
|
||||
Reference in New Issue
Block a user