Merge pull request #5160 from VOREStation/port-fix-shuttle-corners

Fix shuttle corner turfs disappearing when shuttle moves.
This commit is contained in:
Anewbe
2018-04-10 15:35:44 -05: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