GreuhZbug / greuh_liberation.Altis

Liberation for Arma 3
https://trello.com/b/FfUXrHn1/liberation-dev
MIT License
43 stars 40 forks source link

Laser designator batteries #81

Closed rlex closed 8 years ago

rlex commented 8 years ago

Old BIS bug. When you have designator and respawn, you will spawn without batteries. This is very annoying if you fly plane fully loaded with LGBs, and turns out none of your squadmates have batteries. Something like this

if player hasWeapon "Laserdesignator" then {
  AddMagazine "Laserbatteries";
};

On respawn and take loadout function should probably fix the issue.

GreuhZbug commented 8 years ago

Done in 0.921