Remove some common and duplicate translations

This commit is contained in:
ebaydayz
2016-11-07 16:14:20 -05:00
parent 33ed3737a5
commit 01307f9a42
11 changed files with 15 additions and 151 deletions

View File

@@ -48,7 +48,7 @@ if (count _this > 0) then {
if (_sourceWeapon == "Throw") then {_sourceWeapon = (weaponState _source) select 3;};
if (_ammo in ["PipeBomb","Mine","MineE"]) then {_sourceWeapon = _ammo;};
if (alive _source) then {
_sourceName = if (isPlayer _source) then {name _source} else {localize "STR_EPOCH_AI"};
_sourceName = if (isPlayer _source) then {name _source} else {localize "STR_PLAYER_AI"};
};
};
};