Skip to content

Commit

Permalink
Update EnemyDefaults.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
stutpip123 committed Aug 17, 2024
1 parent c1d932b commit c90af52
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
["animations", []] call _fnc_saveToTemplate;
["variants", []] call _fnc_saveToTemplate;

["vehiclesPlanesLargeCAS", []] call _fnc_saveToTemplate;
["vehiclesPlanesLargeAA", []] call _fnc_saveToTemplate;

["flares", ["F_40mm_white", "F_40mm_Red", "F_40mm_Yellow", "F_40mm_Green"]] call _fnc_saveToTemplate;

["smallBunker", "Land_BagBunker_Small_F"] call _fnc_saveToTemplate;
Expand Down

0 comments on commit c90af52

Please sign in to comment.