|
|
|
@ -133,7 +133,7 @@ public class RectTank extends BaseTank{
|
|
|
|
|
if (this.group == Group.BAD && random.nextInt(100) > 95)
|
|
|
|
|
this.fire();
|
|
|
|
|
|
|
|
|
|
if (this.group == Group.BAD && random.nextInt(100) > 95)
|
|
|
|
|
if (this.group == Group.GOOD && random.nextInt(100) > 95)
|
|
|
|
|
randomDir();
|
|
|
|
|
|
|
|
|
|
boundsCheck();
|
|
|
|
|