Skip to content

Commit

Permalink
I'm very frustrated and not doing anything right
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Aug 1, 2014
1 parent 0ef7681 commit 514befa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai/eval.js
Expand Up @@ -281,7 +281,7 @@ function evalactive(c, active, extra){
function checkpassives(c){
var score = 0, status = c instanceof etg.CardInstance ? c.card.status : c.status;
if (status) {
if (status.airborne || c.status.ranged) score += 0.2;
if (status.airborne || status.ranged) score += 0.2;
if (status.voodoo) score += 1;
if (status.swarm) score += 1;
if (status.stasis) score += 5;
Expand Down

0 comments on commit 514befa

Please sign in to comment.