mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 04:23:13 +03:00
1.0.1.5 RC1
+ [ADDED] Re enabling "force save %1" is now optional DZE_AllowForceSave = true; + [ADDED] Added cargo check back in can be disabled with DZE_AllowCargoCheck = false; + [ADDED] Trade metals menu can now trade 12 x 10oz gold bars into a full 100oz briefcase. + [FIXED] Urban girl texture path was incorrect. + [CHANGED] Standard helicrash spawn system replaced with epoch events and now spawn with a 75% chance every 45 minutes. Thanks to maca134.
This commit is contained in:
@@ -367,7 +367,7 @@ class Citizen1; // External class reference
|
||||
class SurvivorWurban_DZ: SurvivorW2_DZ
|
||||
{
|
||||
hiddenSelections[] = {"Camo"};
|
||||
hiddenSelectionsTextures[] = {"\z\addons\dayz_epoch\textures\textures\UrbanGirl.paa"};
|
||||
hiddenSelectionsTextures[] = {"\z\addons\dayz_epoch\textures\UrbanGirl.paa"};
|
||||
};
|
||||
|
||||
class PZombie_VB: Citizen1
|
||||
|
||||
Reference in New Issue
Block a user