MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / StartHealing

Method StartHealing

scripts/AIGame3.cpp:5704–5710  ·  view source on GitHub ↗

Start healing fog protection

Source from the content-addressed store, hash-verified

5702
5703// Start healing fog protection
5704void 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
5713void AlienBoss::StopHealing(int me) {

Callers

nothing calls this directly

Calls 2

aRoomChangeFogFunction · 0.85
aRoomSetDamageFunction · 0.85

Tested by

no test coverage detected