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,6 +1,7 @@
// this function name is "object_setHit", but it's used to set character limb damages back during a skin change (player_humanityMorph.sqf)
private ["_damage"];
private ["_unit","_damage","_selection","_strH","_dam"];
_unit = _this select 0;
_selection = _this select 1;
_damage = _this select 2;