This commit is contained in:
Tobydrama
2020-03-31 13:43:29 +02:00
2 changed files with 13 additions and 0 deletions

View File

@ -328,6 +328,7 @@ public class Board {
if (robot.getAmountOfLives() > 0) {
robot.setPosition(robot.getBackupPosition());
robot.setFacingDirection(Direction.NORTH);
robot.setDamageTaken(2);
robots.put(robot.getRobotId(), robot);
}
}