Skip to content

Commit

Permalink
Chemlight Addition
Browse files Browse the repository at this point in the history
  • Loading branch information
Pasrules committed Sep 20, 2015
1 parent 8a8d08b commit 3537569
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions author_mission_px.Altis/f/assignGear/f_assignGear_aaf.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ if (_isMan) then {
_unit linkItem "ItemWatch"; // Add and equip a watch
//_unit linkItem "ItemGPS"; // Add and equip a GPS
_unit addItem "rhs_googles_clear";
_unit addItem _chemyellow;
};

// ====================================================================================
Expand Down
1 change: 1 addition & 0 deletions author_mission_px.Altis/f/assignGear/f_assignGear_csat.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ if (_isMan) then {
_unit linkItem "ItemRadio"; // Add and equip A3's default radio
_unit linkItem "ItemWatch"; // Add and equip a watch
//_unit linkItem "ItemGPS"; // Add and equip a GPS
_unit addItem _chemyellow;

};

Expand Down
1 change: 1 addition & 0 deletions author_mission_px.Altis/f/assignGear/f_assignGear_fia.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ if (_isMan) then {
_unit linkItem "ItemRadio"; // Add and equip A3's default radio
_unit linkItem "ItemWatch"; // Add and equip a watch
//_unit linkItem "ItemGPS"; // Add and equip a GPS
_unit addItem _chemyellow;

};

Expand Down
1 change: 1 addition & 0 deletions author_mission_px.Altis/f/assignGear/f_assignGear_nato.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ if (_isMan) then {
//_unit linkItem "ItemGPS"; // Add and equip a GPS
_unit addItem "rhs_googles_clear";
_unit addItem "rhs_Booniehat_ocp";
_unit addItem _chemyellow;
};


Expand Down

0 comments on commit 3537569

Please sign in to comment.