What is this?

I found an interesting variant the other day. The house was empty except for the back room which had about ten zombies a pile of beds and a food stockpile.

This happens with the chesthole tileset also on .C also.

I’ve seen it in a room just like that.

It basically repaints the tiles from the row you were on as you move through the room, it’s weird to try and find stuff in it.

Transparency issues. Basically if a terrain item uses a fallback sprite as an assignment in tiles mode, the transparent areas the fallback sprite doesn’t cover will basically not exist. And much like a hall-of-mirrors effect in most first-person games when you noclip and view the nothingness beyond, the “nothing” gets filled in with anything available, depending on what’s already rendered.

The same thing can occur with tiles that have transparent or partially-transparent sections, if the tile_config doesn’t assign a fully opaque tile as a background. An example is most of the window and glass wall sprites in unmodded MShock. Ever moved and saw a ghostly image of something nearby in the window? Relax, your game isn’t haunted. It’s just partial transparency combined with certain window tiles not having an opaque background assigned.