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

Fixed creation of CA_1_CC robbery rule

parent 9ac5a7bf
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,8 @@
******************************************************************************/
package cz.nic.tablexia.game.games.robbery.rules.medium;
import cz.nic.tablexia.game.common.TablexiaRandom;
import java.util.Random;
import cz.nic.tablexia.game.games.robbery.creature.CreatureDescriptor;
import cz.nic.tablexia.game.games.robbery.creature.CreatureFactory;
import cz.nic.tablexia.game.games.robbery.creature.attribute.Attribute.AttributeColor;
......@@ -33,7 +34,7 @@ import cz.nic.tablexia.screen.AbstractTablexiaScreen;
*/
public class CA_1_CCRule extends CC_1_CCRule {
public CA_1_CCRule(TablexiaRandom random, int numberOfCreatures, int numberOfThieves) {
public CA_1_CCRule(Random random, int numberOfCreatures, int numberOfThieves) {
super(random, numberOfCreatures, numberOfThieves);
}
......
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