Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
silicons committed Sep 4, 2024
1 parent d3bcbe2 commit 46e089d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/game/turfs/simulated/floor/floor_types.dm
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@
var/mutable_appearance/under_ma

if(ispath(under)) // It's just a mapper-specified path
under_ma = new()
under_ma = new
under_ma.layer = FLOAT_LAYER
under_ma.plane = FLOAT_PLANE
under_ma.icon = initial(under.icon)
under_ma.icon_state = initial(under.icon_state)
under_ma.color = initial(under.color)
Expand Down

0 comments on commit 46e089d

Please sign in to comment.