mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-06-26 03:04:43 +02:00
Merge branch 'master' of https://github.com/inf112-v20/Fiasko
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user