| 165 | } |
| 166 | |
| 167 | void zNPCGoalDuploLive::SDS_BigRedButton() |
| 168 | { |
| 169 | zNPCDuplotron* npc = (zNPCDuplotron*)psyche->clt_owner; |
| 170 | |
| 171 | if (livestat != LIVESTAT_COUNTDOWN) |
| 172 | { |
| 173 | livestat = LIVESTAT_COUNTDOWN; |
| 174 | cnt_destruct = 120; // 2 seconds |
| 175 | |
| 176 | DoAutoAnim(NPC_GSPOT_ALTB, 0); |
| 177 | |
| 178 | npc->DuploNotice(SM_NOTE_DUPDEAD, this); |
| 179 | } |
| 180 | } |
| 181 | |
| 182 | S32 zNPCGoalDuploLive::SDS_Countdown(F32 dt) |
| 183 | { |
nothing calls this directly
no test coverage detected