Removes dependency on stale PR

This commit is contained in:
Cerebulon
2021-08-22 20:09:06 +01:00
parent 813049a8f2
commit 26c65596ec

View File

@@ -401,10 +401,10 @@
if((dir & NORTH) && !corner_piece)
plane = MOB_PLANE
layer = ABOVE_MOB_LAYER
MA = mutable_appearance(icon, icon_state = "o[icon_state]", layer = BELOW_MOB_LAYER, plane = MOB_PLANE, appearance_flags = KEEP_APART|RESET_COLOR)
MA = mutable_appearance(icon, icon_state = "o[icon_state]")
// Else just normal plane and layer for everything, which will be below mobs.
else
MA = mutable_appearance(icon, icon_state = "o[icon_state]", appearance_flags = KEEP_APART|RESET_COLOR)
MA = mutable_appearance(icon, icon_state = "o[icon_state]")
MA.color = padding_color
add_overlay(MA)