Skip to content

Commit

Permalink
(#642): fixed arsenal drop not having arsenal on it
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansible2 committed Aug 7, 2023
1 parent 5ae58ae commit 815907b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Functions/Supports/fn_arsenalSupplyDrop.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ private _flyToPosition = _dropPosition getPos [FLY_RADIUS,_relativeDirection];
missionNamespace setVariable ["BLWK_arsenalOut",false,true];
}];

[[_arsenalBox]] call KISKA_fnc_addArsenal;

private _timeBetweenMessages = ARSENAL_LIFETIME / 5;
private ["_increment","_timeLeft","_message"];
for "_i" from 1 to 5 do { // give out five messages
Expand Down

0 comments on commit 815907b

Please sign in to comment.