Update private tags, remove one old file

This commit is contained in:
AirwavesMan
2020-09-12 21:21:55 +02:00
parent 6bf1ffe1eb
commit a880e198ad
5 changed files with 10 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
private["_unit","_hp","_selection","_strH","_dam"];
private ["_unit","_hp","_selection","_dam"];
_unit = _this select 0;
_hp = _this select 1;
_selection = getText (configFile >> "CfgVehicles" >> (typeOf _unit) >> "HitPoints" >> _hp >> "name");
_dam = _unit getHit _selection;