mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 01:24:21 +01:00
@@ -55,22 +55,6 @@ All ShuttleMove procs go here
|
||||
if(!shuttle_boundary)
|
||||
CRASH("A turf queued to move via shuttle somehow had no skipover in baseturfs. [src]([type]):[loc]")
|
||||
var/depth = baseturfs.len - shuttle_boundary + 1
|
||||
|
||||
//SKYRAT EDIT ADDITION
|
||||
if(newT.lgroup)
|
||||
newT.lgroup.remove_from_group(newT)
|
||||
if(newT.liquids)
|
||||
if(newT.liquids.immutable)
|
||||
newT.liquids.remove_turf(src)
|
||||
else
|
||||
qdel(newT.liquids, TRUE)
|
||||
|
||||
if(lgroup)
|
||||
lgroup.remove_from_group(src)
|
||||
if(liquids)
|
||||
liquids.ChangeToNewTurf(newT)
|
||||
newT.reasses_liquids()
|
||||
//SKYRAT EDIT END
|
||||
newT.CopyOnTop(src, 1, depth, TRUE)
|
||||
newT.blocks_air = TRUE
|
||||
newT.air_update_turf(TRUE, FALSE)
|
||||
|
||||
Reference in New Issue
Block a user