Skip to content
Snippets Groups Projects
Commit b82e494c authored by taskat's avatar taskat
Browse files

Small changes

parent b9faee8b
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,7 @@ public class Game {
actualPlayer.enablePlayer();
}
window.drawBoard();
window.drawBoard();
} catch (PlayerDiedException e) {
gameOver(e.getMessage());
} catch (PlayersWinException e) {
......
......@@ -267,7 +267,6 @@ public abstract class Person {
setWork(4);
if (builtTent != null) {
builtTent.removeFromField();
System.out.println("Sátor");
builtTent = null;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment