Chair plane fix (and maybe fixes the disappearing humans, too)

This commit is contained in:
Mark van Alphen
2019-05-06 03:52:01 +02:00
parent 6d8ec82733
commit 7fb7cdc57f
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -5,11 +5,12 @@
// Mutable appearances are children of images, just so you know.
// Helper similar to image()
/proc/mutable_appearance(icon, icon_state = "", layer = FLOAT_LAYER)
/proc/mutable_appearance(icon, icon_state = "", layer = FLOAT_LAYER, plane = FLOAT_PLANE)
var/mutable_appearance/MA = new()
MA.icon = icon
MA.icon_state = icon_state
MA.layer = layer
MA.plane = plane
return MA
/mutable_appearance/clean