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

@@ -200,6 +200,7 @@ dayz_resetSelfActions = {
s_player_packvault = -1;
s_player_lockvault = -1;
s_player_unlockvault = -1;
s_player_attack = -1;
s_player_callzombies = -1;
s_player_showname = -1;
s_player_pzombiesattack = -1;
@@ -646,7 +647,6 @@ if (!isDedicated) then {
DZE_6 = false;
DZE_F = false;
DZE_cancelBuilding = false;
DZE_PZATTACK = false;
DZE_TEMP_treedmg = 1;
DZE_Surrender = false;
DZE_Quarantine = false;