mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
16 lines
231 B
C++
16 lines
231 B
C++
class Land_HouseV_2I : Default
|
|
{
|
|
maxRoaming = 3;
|
|
};
|
|
|
|
class Land_Ind_Shed_02_main : Default
|
|
{
|
|
zombieChance = 0.3;
|
|
maxRoaming = 3;
|
|
};
|
|
//DZE ADDED BELOW
|
|
class Land_Ind_Shed_01_EP1: Default
|
|
{
|
|
zombieChance = 0.3;
|
|
maxRoaming = 3;
|
|
}; |