Merge pull request #80 from MGTDB/patch-8

Would prefer to make it a config option, but this is fine.
This commit is contained in:
eraser1 2023-09-05 19:28:58 -05:00 committed by GitHub
commit 1d7cf6accb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,7 @@ private _guns = _positions apply
_gun setDir (random 360);
_gun setPosATL _x;
_gun lock 2;
_gun enableWeaponDisassembly false;
_group addVehicle _gun;