mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Water bottles are sorted by the object model in the gear now. Remove old canteen configs since it is in under pet waterbottle now.
26 lines
548 B
C++
26 lines
548 B
C++
#include "Fuel.hpp"
|
|
|
|
//Materials
|
|
#include "Wood.hpp"
|
|
#include "Stone.hpp"
|
|
#include "Sandbag.hpp"
|
|
#include "MetalFenceItems.hpp"
|
|
|
|
//Simple buildables
|
|
#include "Tent.hpp"
|
|
//#include "CamoNet.hpp" //Duplicate of Epoch camo nets in DZE\Misc.hpp
|
|
#include "TankTrap.hpp"
|
|
#include "WireFence.hpp"
|
|
#include "BearTrap.hpp"
|
|
#include "TripWire.hpp"
|
|
|
|
//Base stuff
|
|
#include "Workbench.hpp"
|
|
#include "Padlock.hpp"
|
|
#include "Generator.hpp"
|
|
|
|
//Miscellaneous
|
|
#include "equip_brick.hpp"
|
|
#include "equip_lever.hpp"
|
|
#include "WaterBottle.hpp"
|
|
#include "Explosives.hpp" |