Skip to content

Commit

Permalink
Tourniquet fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pasrules committed Sep 8, 2015
1 parent 44f4cad commit da9773f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ _typeOfUnit = player getVariable "f_var_assignGear";

{player addItem "ACE_quikclot"} forEach [1,2,3,4,5];
{player addItem "ACE_morphine"} forEach [1];
{player addItem "ACE_tourniquet"};
{player addItem "ACE_tourniquet"} forEach [1];

if (_typeOfUnit == "m") then
{
Expand Down

0 comments on commit da9773f

Please sign in to comment.