Skip to content

Commit cd7fad5

Browse files
committed
Minor correction to documentation of mapclickarty.sqf
1 parent 152fc35 commit cd7fad5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/support/mapclickarty.sqf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
_this select 2 - NUMBER - Interval between salvos (in seconds)
1313
_this select 3 - NUMBER - Number of ordinance rounds per salvo
1414
_this select 4 - NUMBER - Support type enumerator (1 - Artillery, 2 - Mortar Shell, 3 - JDAM)
15-
_this select 6 - NUMBER - Cost of Support type
16-
_this select 7 - STRING - Ammo type used for salvos
15+
_this select 5 - NUMBER - Cost of Support type
16+
_this select 6 - STRING - Ammo type used for salvos
1717
1818
Returns:
1919
- Nil -
@@ -24,7 +24,7 @@ _timer = 60;
2424
_pos = [];
2525
clicked = false;
2626

27-
// Guard against calling UAV Recon too often
27+
// Guard against calling Artillery support too often
2828
if (_supportype == 1 && {support_arty_timeout > 0}) exitWith {
2929
["info",["Support is on Cooldown",format ["Artillery will be ready to fire again in %1 seconds", support_arty_timeout]]] call bis_fnc_showNotification;
3030
};

0 commit comments

Comments
 (0)