Clearing stand_in_floor when removing a floor tile made the dug position impassable. An entity falling into the dug slot found (false || false) && true = false and kept falling. Now only stand_on_floor is cleared — the space reverts to air (passable), and only the tile above loses its platform.