We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b6a37e commit f23e313Copy full SHA for f23e313
1 file changed
addons/overthrow_main/functions/fn_initVar.sqf
@@ -188,12 +188,12 @@ OT_backpacks = [
188
];
189
190
cost setVariable ["OT_Wood",[5,0,0,0],true];
191
-cost setVariable ["OT_Steel",[15,0,0,0],true];
192
-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];
193
cost setVariable ["OT_Sugarcane",[5,0,0,0],true];
194
cost setVariable ["OT_Grapes",[5,0,0,0],true];
195
cost setVariable ["OT_Sugar",[15,0,0,0],true];
196
-cost setVariable ["OT_Wine",[15,0,0,0],true];
+cost setVariable ["OT_Wine",[25,0,0,0],true];
197
cost setVariable ["OT_Olives",[7,0,0,0],true];
198
cost setVariable ["OT_Fertilizer",[20,0,0,0],true];
199
@@ -890,6 +890,7 @@ OT_cigsArray = ["EWK_Cigar1", "EWK_Cigar2", "EWK_Cig1", "EWK_Cig2", "EWK_Cig3",
890
891
892
if(isServer) then {
893
+ cost setVariable ["ToolKit",[80,0,0,0],true];
894
OT_varInitDone = true;
895
publicVariable "OT_varInitDone";
896
};
0 commit comments