public void SetSpawn(Tile tile)
 {
     position = RobotPosition.SpawnPosition(tile);
     EndWalk();
     dead = false;
 }