Skip to content

Commit

Permalink
Fix message to match actual colour
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-moz committed Mar 1, 2015
1 parent 6999a89 commit fcd774d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pack-sim.js
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ function define_pack(players) {
// testpath.animate({path: _transformedPath}, 1000);
// pack_hug_right.animate({opacity: 1.0, path: rPath}, 500, "bounce");
// pack_hug_right.animate({opacity: 1.0}, 500, "bounce");
no_pack_message.attr({"text": "Pack contains the " + largest_pack.length + " blockers in red."});
no_pack_message.attr({"text": "Pack contains the " + largest_pack.length + " blockers in white."});
} else {
no_pack_message.attr({"text": "NO PACK! " + no_pack});
// no_pack_message.show();
Expand Down

0 comments on commit fcd774d

Please sign in to comment.