mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-16 05:39:58 +03:00
CFG WEAPONS DONE
This commit is contained in:
26
SQF/dayz_code/Configs/CfgMagazines/Items/Items.hpp
Normal file
26
SQF/dayz_code/Configs/CfgMagazines/Items/Items.hpp
Normal file
@@ -0,0 +1,26 @@
|
||||
#include "Fuel.hpp"
|
||||
|
||||
//Materials
|
||||
#include "Wood.hpp"
|
||||
#include "Stone.hpp"
|
||||
#include "Sandbag.hpp"
|
||||
#include "MetalFenceItems.hpp"
|
||||
|
||||
//Simple buildables
|
||||
#include "Tent.hpp"
|
||||
#include "CamoNet.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 "Canteen.hpp"
|
||||
Reference in New Issue
Block a user