Index: engine/value_moves.c
===================================================================
RCS file: /cvsroot/gnugo/gnugo/engine/value_moves.c,v
retrieving revision 1.152
diff -u -p -r1.152 value_moves.c
--- engine/value_moves.c	25 Sep 2005 20:30:02 -0000	1.152
+++ engine/value_moves.c	26 Sep 2005 18:44:31 -0000
@@ -534,8 +534,8 @@ find_large_scale_owl_attack_moves(int co
     int target = dragon2[d].origin;
     if (dragon[target].color == OTHER_COLOR(color)
 	&& dragon[target].size <= 6
-        && (dragon[target].status == CRITICAL
-	    || dragon2[d].owl_status == CRITICAL)) {
+        && dragon[target].status == CRITICAL
+	&& dragon2[d].owl_status == CRITICAL) {
       DEBUG(DEBUG_LARGE_SCALE, "Small critical dragon found at %1m\n", target);
       find_large_scale_owl_attacks_on_dragon(color, target);
     }
