Start healing fog protection
| 5702 | |
| 5703 | // Start healing fog protection |
| 5704 | void AlienBoss::StartHealing(int me) { |
| 5705 | // Set the green healing fog |
| 5706 | aRoomChangeFog(memory->wander_rooms[0], 0.0f, 1.0f, 0.0f, 800.0f, 2.0f); |
| 5707 | |
| 5708 | // Set the room damage |
| 5709 | aRoomSetDamage(memory->wander_rooms[0], 5.0f, 1); |
| 5710 | } |
| 5711 | |
| 5712 | // End healing fog protection |
| 5713 | void AlienBoss::StopHealing(int me) { |
nothing calls this directly
no test coverage detected