Ticket #199: gunnar_7_12.10.diff
| File gunnar_7_12.10.diff, 532 bytes (added by gunnar, 4 years ago) |
|---|
-
engine/owl.c
787 787 if (important_semeai_worms[sworm]) 788 788 we_might_be_inessential = 0; 789 789 790 if (attack(semeai_worms[sworm], NULL) 790 if (semeai_trust_tactical_attack(semeai_worms[sworm]) 791 && attack(semeai_worms[sworm], NULL) 791 792 && find_defense(semeai_worms[sworm], &upos)) { 792 793 critical_semeai_worms[sworm] = 1; 793 794 owl_add_move(moves, upos, 85, "defend semeai worm",
