| 7 | IMPLEMENT(Fake_Nuke); |
| 8 | |
| 9 | bool Fake_Nuke::execute(aithread &thread) const |
| 10 | { |
| 11 | MainController.dwLastNukeTime = Broodwar->elapsedTime() + 1; |
| 12 | |
| 13 | // Save debug info and return |
| 14 | thread.saveDebug(Text::Green, this->getOpcode()); |
| 15 | return true; |
| 16 | } |
nothing calls this directly
no test coverage detected