Merge pull request #3418 from VOREStation/vplk-fix-shuttle-corners

Fix shuttle corner turfs disappearing when shuttle moves.
This commit is contained in:
Leshana
2018-04-09 18:30:06 -04:00
committed by GitHub
+1
View File
@@ -105,6 +105,7 @@
if(landed_holder && !interior_corner)
var/mutable_appearance/landed_on = new(landed_holder)
landed_on.layer = FLOAT_LAYER //Not turf
landed_on.plane = FLOAT_PLANE //Not turf
us.underlays = list(landed_on)
appearance = us
return