iterateOverNodelist(u.elt('.culture-total', true), (item) => {
        item.textContent = u.abbrNum(playerCiv.culture.toFixed(0));
    }, this);