Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
armazac committed Jun 22, 2017
1 parent 9b6a37e commit f23e313
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions addons/overthrow_main/functions/fn_initVar.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,12 @@ OT_backpacks = [
];

cost setVariable ["OT_Wood",[5,0,0,0],true];
cost setVariable ["OT_Steel",[15,0,0,0],true];
cost setVariable ["OT_Plastic",[10,0,0,0],true];
cost setVariable ["OT_Steel",[25,0,0,0],true];
cost setVariable ["OT_Plastic",[40,0,0,0],true];
cost setVariable ["OT_Sugarcane",[5,0,0,0],true];
cost setVariable ["OT_Grapes",[5,0,0,0],true];
cost setVariable ["OT_Sugar",[15,0,0,0],true];
cost setVariable ["OT_Wine",[15,0,0,0],true];
cost setVariable ["OT_Wine",[25,0,0,0],true];
cost setVariable ["OT_Olives",[7,0,0,0],true];
cost setVariable ["OT_Fertilizer",[20,0,0,0],true];

Expand Down Expand Up @@ -890,6 +890,7 @@ OT_cigsArray = ["EWK_Cigar1", "EWK_Cigar2", "EWK_Cig1", "EWK_Cig2", "EWK_Cig3",


if(isServer) then {
cost setVariable ["ToolKit",[80,0,0,0],true];
OT_varInitDone = true;
publicVariable "OT_varInitDone";
};

0 comments on commit f23e313

Please sign in to comment.