const tombstone = creep.pos.findInRange(FIND_TOMBSTONES, 3, {
            filter: tombstone => tombstone.store.getUsedCapacity(RESOURCE_ENERGY) >= 20,
        });