Skip to content

Commit

Permalink
Adjust Air Strike price and reduced cooldown on Arty Strike.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinks committed Jul 28, 2018
1 parent 231a8e5 commit 938f74d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/items/artillery/checkCooldown.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ private _error = "";
private _serverDiff = ["A3W_serverTickTimeDiff", 0] call getPublicVar;
private _artiUseVar = "A3W_artilleryLastUse_" + getPlayerUID player;
private _artiLastUse = missionNamespace getVariable _artiUseVar;
private _cooldown = ["A3W_artilleryCooldown", 3600] call getPublicVar;
private _cooldown = ["A3W_artilleryCooldown", 600] call getPublicVar;


if (!isNil "_artiLastUse") then
Expand Down
2 changes: 1 addition & 1 deletion storeConfig.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ backpackArray = compileFinal str

genItemArray = compileFinal str
[
["Airstrike Designator", "Laserdesignator_02", 1000000, "binoc", "noDLC"],
["Airstrike Designator", "Laserdesignator_02", 250000, "binoc", "noDLC"],
["Designator Batteries", "Laserbatteries", 50, "item"],
["UAV Terminal (NATO)", "B_UavTerminal", 150, "gps"],
["UAV Terminal (CSAT)", "O_UavTerminal", 150, "gps"],
Expand Down

0 comments on commit 938f74d

Please sign in to comment.