Skip to content
Snippets Groups Projects
Commit c55d3178 authored by Memo Akten's avatar Memo Akten
Browse files

w

parent a809e38f
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,8 @@ import battle.controllers.Memo.MemoControllerUtils;
* Created by Memo Akten on 11/06/15.
*/
public class MemoControllerRandom implements BattleController {
public double MULT = 0.0001;
public double MULT = 1;
//public double MULT = 0.001; // to be super dumb and easy
public double ATTACK_PROB = 0.2 * MULT;
public double ATTACK_SHOOT_PROB = 0.5 * MULT;
......
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