mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
1.0.2.4 RC1
This commit is contained in:
@@ -241,6 +241,7 @@ dayz_resetSelfActions = {
|
||||
s_player_fillgen = -1;
|
||||
s_player_upgrade_build = -1;
|
||||
s_player_maint_build = -1;
|
||||
s_player_downgrade_build = -1;
|
||||
s_player_towing = -1;
|
||||
};
|
||||
call dayz_resetSelfActions;
|
||||
@@ -469,7 +470,7 @@ DZE_UnLockedStorage = ["VaultStorage","LockboxStorage"];
|
||||
// List of removable items that require crowbar
|
||||
DZE_isRemovable = ["Fence_corrugated_DZ","M240Nest_DZ","ParkBench_DZ","Plastic_Pole_EP1_DZ"];
|
||||
DZE_isWreck = ["SKODAWreck","HMMWVWreck","UralWreck","datsun01Wreck","hiluxWreck","datsun02Wreck","UAZWreck","Land_Misc_Garb_Heap_EP1","Fort_Barricade_EP1","Rubbish2"];
|
||||
DZE_isWreckBuilding = ["Land_wreck_cinder","Land_wood_wreck_quarter","Land_wood_wreck_floor","Land_wood_wreck_third","Land_wood_wreck_frame"];
|
||||
DZE_isWreckBuilding = ["Land_wreck_cinder","Land_wood_wreck_quarter","Land_wood_wreck_floor","Land_wood_wreck_third","Land_wood_wreck_frame","Land_iron_vein_wreck","Land_silver_vein_wreck","Land_gold_vein_wreck"];
|
||||
DZE_isNewStorage = ["VaultStorage","OutHouse_DZ","Wooden_shed_DZ","WoodShack_DZ","StorageShed_DZ"];
|
||||
|
||||
// These work with just a running generator
|
||||
@@ -629,5 +630,5 @@ if(!isDedicated) then {
|
||||
DZE_6 = false;
|
||||
|
||||
DZE_cancelBuilding = false;
|
||||
|
||||
DZE_PZATTACK = false;
|
||||
};
|
||||
Reference in New Issue
Block a user