dklollol / Olsen-Framework-Arma-3

MIT License
34 stars 26 forks source link

EG Spectator Enhancement #208

Open burn0ut7 opened 5 years ago

burn0ut7 commented 5 years ago

EG Spectator uses a hit EH to detect to the last killer if the unit dies to ace bleeding. This is not needed and is already incorporated into ace.

_unit getVariable ["ace_medical_lastDamageSource", _killer];

The EH hit and its use should be converted to use aces built in solution.