mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add back player zombie faces
Also moved player zombie attack from 'v' key to an addaction with localized string.
This commit is contained in:
@@ -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];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user