From: Mischa POSLAWSKY Date: Mon, 6 Dec 2010 04:11:30 +0000 (+0100) Subject: browser: count score for new status "p p" X-Git-Tag: v1.4~58 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/3ab778af0d83ec94a63bccd029132166ea08bcd8 browser: count score for new status "p p" --- diff --git a/browser.plp b/browser.plp index d623a34..741868b 100644 --- a/browser.plp +++ b/browser.plp @@ -135,7 +135,7 @@ print "\n"; sub featurescore { # relative amount of support for given feature - state $statspts = { y=>10, 'y x'=>10, a=>5, 'a x'=>5, j=>2, 'p j'=>2, p=>1 }; + state $statspts = { y=>10, 'y x'=>10, a=>5, 'a x'=>5, j=>2, 'p j'=>2, 'p p'=>2, p=>1 }; my $rank = 0; if (my $row = shift) { if ($canihas) {