pz feeding form player restores 12000 health, thurst, hunger. reduced
range for rasie horde. reduced loot spawns on debris.
This commit is contained in:
A Clark
2013-01-10 06:17:57 -06:00
parent 944cd01129
commit 8c735ce9c2
6 changed files with 37 additions and 13 deletions

View File

@@ -47,7 +47,7 @@ if(_isPZombie) then {
//_state = animationState player;
//hint str(_state);
if (s_player_callzombies < 0) then {
s_player_callzombies = player addAction ["Call Zombies", "\z\addons\dayz_code\actions\call_zombies.sqf",player, 5, true, false, "",""];
s_player_callzombies = player addAction ["Raise Horde", "\z\addons\dayz_code\actions\call_zombies.sqf",player, 5, true, false, "",""];
//s_player_callzombies1 = player addAction ["Zombie Vison", "\z\addons\dayz_code\actions\vison_zombie.sqf",player, 4, true, false, "",""];
};