]> ruin.nu Git - ndwebbie.git/commitdiff
Bash limit for score is actually 60%
authorMichael Andreen <harv@ruin.nu>
Fri, 20 Feb 2009 16:43:26 +0000 (17:43 +0100)
committerMichael Andreen <harv@ruin.nu>
Fri, 20 Feb 2009 16:43:26 +0000 (17:43 +0100)
lib/NDWeb/Controller/Raids.pm

index db2618b42417c9b9c5e6cf3d93e4a2fb3fc8e0be..d2bc2382dc55c2ded71bde4f5e4d01739d9ccc9e 100644 (file)
@@ -141,7 +141,7 @@ sub view : Local {
                        if ($planet->{x} == $target->{x}){
                                $target->{style} = 'incluster';
                        }
-                       $target->{scorebash} = 'bash' if ($target->{score}/$planet->{score} < 0.4);
+                       $target->{scorebash} = 'bash' if ($target->{score}/$planet->{score} < 0.6);
                        $target->{valuebash} = 'bash' if ($target->{value}/$planet->{value} < 0.4);
                        #next if ($target->{score}/$planet->{score} < 0.4) && ($target->{value}/$planet->{value} < 0.4);
                }