Skip to content

Commit f23e313

Browse files
committed
tweaks
1 parent 9b6a37e commit f23e313

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

addons/overthrow_main/functions/fn_initVar.sqf

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,12 @@ OT_backpacks = [
188188
];
189189

190190
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];
191+
cost setVariable ["OT_Steel",[25,0,0,0],true];
192+
cost setVariable ["OT_Plastic",[40,0,0,0],true];
193193
cost setVariable ["OT_Sugarcane",[5,0,0,0],true];
194194
cost setVariable ["OT_Grapes",[5,0,0,0],true];
195195
cost setVariable ["OT_Sugar",[15,0,0,0],true];
196-
cost setVariable ["OT_Wine",[15,0,0,0],true];
196+
cost setVariable ["OT_Wine",[25,0,0,0],true];
197197
cost setVariable ["OT_Olives",[7,0,0,0],true];
198198
cost setVariable ["OT_Fertilizer",[20,0,0,0],true];
199199

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

891891

892892
if(isServer) then {
893+
cost setVariable ["ToolKit",[80,0,0,0],true];
893894
OT_varInitDone = true;
894895
publicVariable "OT_varInitDone";
895896
};

0 commit comments

Comments
 (0)