Skip to content

Commit

Permalink
Update custom.sqf with new variables
Browse files Browse the repository at this point in the history
  • Loading branch information
PiG13BR authored Nov 30, 2024
1 parent 036b11a commit c2044e5
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions Missionframework/presets/enemies/custom.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,23 @@ KPLIB_o_planes = [
];

// Static HMG (Only raised)
KPLIB_o_statics_HMG = [
"O_HMG_01_high_F" //Mk30 HMG .50 (Raised)
KPLIB_o_statics_raisedHMG = [
"O_HMG_01_high_F" //Mk30 HMG .50 (Raised)
];

// Static HMG (Only lowered)
KPLIB_o_statics_loweredHMG = [
"O_HMG_01_F" //Mk30 HMG .50
];

// Static HMG (Only raised)
KPLIB_o_statics_raisedGMG = [
"O_GMG_01_high_F" //Mk32 GMG 20mm (Raised)
];

// Static HMG (Only lowered)
KPLIB_o_statics_loweredGMG = [
"O_GMG_01_F" //Mk32 GMG 20mm
];

// Static AT
Expand Down

0 comments on commit c2044e5

Please sign in to comment.