Add back player zombie faces

Also moved player zombie attack from 'v' key to an addaction with
localized string.
This commit is contained in:
ebaydayz
2016-04-20 14:50:12 -04:00
parent 9d4bd9221a
commit 14dacf269c
33 changed files with 99 additions and 34 deletions

View File

@@ -75,7 +75,7 @@ if (_characterID != "0") then {
};
if (_isNewGear) then {
if (typeName _magazines == "ARRAY") then {
if ((typeName _magazines == "ARRAY") && !(_character isKindOf "PZombie_VB")) then {
_playerGear = [weapons _character,_magazines select 0,_magazines select 1];
};
};