diff --git a/code/modules/mob/holder.dm b/code/modules/mob/holder.dm index 13d7a7147657..f7971dab6c18 100644 --- a/code/modules/mob/holder.dm +++ b/code/modules/mob/holder.dm @@ -72,7 +72,8 @@ // appearance clone their ass var/mutable_appearance/MA = new MA.appearance = M - MA.plane = plane + MA.plane = FLOAT_PLANE + MA.layer = FLOAT_LAYER MA.dir = SOUTH add_overlay(MA) name = M.name