| 8 | IMPLEMENT(Attack_Do); |
| 9 | |
| 10 | bool Attack_Do::execute(aithread &thread) const |
| 11 | { |
| 12 | //if ( !AI_AttackManager(thisLocation, 1, 0) ) |
| 13 | // return thread.retry(); |
| 14 | |
| 15 | |
| 16 | // Save debug info and return |
| 17 | thread.saveDebug(Text::Red, this->getOpcode()); |
| 18 | return thread.noretry(); |
| 19 | } |