]> ruin.nu Git - ndwebbie.git/blobdiff - lib/NDWeb/Controller/Raids.pm
Bash limit for score is actually 60%
[ndwebbie.git] / 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);
                }