Creep.prototype.withdrawTombstone = function(onlyEnergy) {
  onlyEnergy = onlyEnergy || false;
  let returnValue = false;
  // FIND_TOMBSTONES and get them empty first
  const tombstones = this.pos.findInRange(FIND_TOMBSTONES, 1);