Skip to content

Commit

Permalink
that should e a float
Browse files Browse the repository at this point in the history
  • Loading branch information
silicons committed Nov 19, 2024
1 parent 3fe8ee1 commit da63334
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/mob/holder.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da63334

Please sign in to comment.