Skip to content

Commit

Permalink
more audio files and changes
Browse files Browse the repository at this point in the history
  • Loading branch information
UAC-MaxxLite committed Oct 17, 2024
1 parent 6301021 commit fea8fd7
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions A3A/addons/patcom/functions/Civilian/fn_createMusicSource.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ private _civItems = selectRandom [
"Item_Money_stack"
];

private _randomCivItem = createVehicle [_civItems, _tableItem];
if (5 >= random 10) then {
private _randomCivItem = createVehicle [_civItems, _tableItem];
};

[_radioItem, _musicSource] spawn {
params ["_radioItem", "_musicSource", "_locationType"];
Expand All @@ -62,7 +64,7 @@ private _randomCivItem = createVehicle [_civItems, _tableItem];
["A3A_Audio_Civ_Song4", 196],
["A3A_Audio_Civ_Song5", 357],
["A3A_Audio_Civ_Radio1", 240],
["A3A_Audio_Civ_Radio2", 235],
["A3A_Audio_Civ_Radio2", 411],
["A3A_Audio_Civ_Radio3", 246],
["A3A_Audio_Civ_Radio4", 292],
["A3A_Audio_Civ_Radio5", 189],
Expand Down
Binary file modified A3A/addons/patcom/sounds/Civilian/radio1.ogg
Binary file not shown.
Binary file modified A3A/addons/patcom/sounds/Civilian/radio2.ogg
Binary file not shown.
Binary file modified A3A/addons/patcom/sounds/Civilian/song1.ogg
Binary file not shown.
Binary file modified A3A/addons/patcom/sounds/Civilian/song3.ogg
Binary file not shown.
Binary file modified A3A/addons/patcom/sounds/Civilian/song4.ogg
Binary file not shown.

0 comments on commit fea8fd7

Please sign in to comment.