OpenParsec / openparsec

GNU General Public License v2.0
52 stars 8 forks source link

Afterburners make you invulerable #41

Closed CrazySpence closed 9 years ago

CrazySpence commented 10 years ago

Picking up the afterburner gives you invulnerability...

CrazySpence commented 9 years ago

e_colldet_sv.cpp: char* G_ExtraManager::_CollectSpecial( int nSpecial, ShipObject* cur_ship ):

Hitting an afterburner device lands you in this function eventually and currently it says right in the function: // for the server, create and send an RE_Generic saying that we picked up // the invulnerability device.

So currently this function only handles invulnerability and is the cause.

CrazySpence commented 9 years ago

Resolved