mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-22 08:00:49 +03:00
1.0.1.3 RC1
Migration of code into allowed pbos fixed missing zombie parts bag model
This commit is contained in:
19
SQF/dayz_code/CfgIdentities.hpp
Normal file
19
SQF/dayz_code/CfgIdentities.hpp
Normal file
@@ -0,0 +1,19 @@
|
||||
class CfgIdentities
|
||||
{
|
||||
class PZombie1
|
||||
{
|
||||
name = "PZombie";
|
||||
face = "PZombie1";
|
||||
glasses = "None";
|
||||
speaker = "NoVoice";
|
||||
pitch = 1;
|
||||
};
|
||||
class PZombie2
|
||||
{
|
||||
name = "PZombie";
|
||||
face = "PZombie2";
|
||||
glasses = "None";
|
||||
speaker = "NoVoice";
|
||||
pitch = 1;
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user