Skip to content
Snippets Groups Projects
Commit 5ec3494e authored by Matyáš Latner's avatar Matyáš Latner
Browse files

#7 Robbery creatures count fix

parent 6696ef0c
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,8 @@ import cz.nic.tablexia.screen.AbstractTablexiaScreen;
public class RobberyScreen extends AbstractTablexiaGame<GameRule> {
private static int CREATURES_COUNT = 5;
private static int THIEVES_COUNT = 1;
private static int CREATURES_COUNT = 50;
private static int THIEVES_COUNT = 8;
private static RobberyScreen instance = null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment