ID:2031759
 
BYOND Version:509
Operating System:Windows 10 Home 64-bit
Web Browser:Chrome 48.0.2564.103
Applies to:DM Language
Status: Open

Issue hasn't been assigned a status value.
Descriptive Problem Summary:
KEEP_TOGETHER makes it so only one overlay shows up, making all other overlays invisible as well as the parent atom.

EDIT: I added object that are a higher layer than up-to overlay2 in the test but not overlay3, with KEEP_TOGETHER off, the overlay 3 floats over it, with the flag on it goes under. So it's inheriting the parent's layer.


Code Snippet (if applicable) to Reproduce Problem:
http://puu.sh/mYyuL/bdad8559c8.zip
Wasn't sure what service to use.

Expected Results:
All overlays, while they may have their own layers, after being flattened inherit's the parent's layer; as well as not being invisible

Actual Results:
Invisible mob with only one overlay visible.

Your demo is working fine for me. Make sure you're on the latest build (510.1322). Also check that you're running in HARDWARE graphics mode. If that still doesn't work, check that your graphics drivers are up to date.
I re-downloaded the beta build, was already on the latest. Did not fix it, did you toggle with the verb? Default flags are null.

edit: Huh... my hardware mode was checked off, but alphas and such were still working.