mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 13:26:39 +03:00
Swap vanilla ItemPadLock for Epoch ItemComboLock
This greatly simplifies things over having two separate combo lock classes.
This commit is contained in:
@@ -782,4 +782,21 @@ class CinderWallDoorSmall_DZ: CinderWallDoor_DZ_Base {
|
||||
statement="this animate [""Open_door"", 0]";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
/*
|
||||
Vanilla DayZ buildables are defined in \dayz_buildings\configs\
|
||||
Only included here to overwrite vanilla ItemPadlock with Epoch ItemComboLock
|
||||
*/
|
||||
class WoodenGate_Base;
|
||||
class WoodenGate_1: WoodenGate_Base
|
||||
{
|
||||
class Upgrade { //to next stage
|
||||
requiredTools[] = {"ItemEtool","ItemToolbox"};
|
||||
requiredParts[] = {"ItemLog","ItemComboLock"};
|
||||
create = "WoodenGate_2";
|
||||
};
|
||||
class Disassembly {
|
||||
requiredTools[] = {"ItemToolbox"};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user