removed old tree harvest action added new one

This commit is contained in:
[VB]AWOL
2013-11-06 20:56:12 -06:00
parent 527ed3283b
commit da0ece239f
8 changed files with 89 additions and 8 deletions

View File

@@ -10,6 +10,11 @@ _hitter = _this select 3;
_projectile = _this select 4;
if (local _zed) then {
if (_projectile isKindOf "Melee") then {
_damage = _damage * 0.024;
};
if (_damage > 1 and _projectile != "") then {
//Record deliberate critical damages
switch (_selection) do {