mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-28 14:36:23 +01:00
Merge pull request #5160 from VOREStation/port-fix-shuttle-corners
Fix shuttle corner turfs disappearing when shuttle moves.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user