Ticket #29: arend_7_7.3c-ineffective_owl_attack_revision.diff
| File arend_7_7.3c-ineffective_owl_attack_revision.diff, 0.7 KB (added by arend, 4 years ago) |
|---|
-
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
2303 2302 || move_reasons[r].type == OWL_ATTACK_MOVE_BAD_KO) 2304 2303 && dragon[aa].size == worm[aa].size 2305 2304 && worm[aa].attack_codes[0] == WIN 2305 && worm[aa].defense_codes[0] != 0 2306 2306 && attack_move_reason_known(pos, aa) != WIN) { 2307 2307 if (large_scale) 2308 2308 this_value = (2.0 + 0.05 * (2 * worm[aa].effective_size));
