mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
- All dayz mod recipe were moved to epoch crafting. - This disables the craft dialog in the diary too. - The player_craftitem got updated and can handle all dayz mod recipes now. - A few wooden recipes got updated with an need nails now. - player_craftitem shows all items that are needed for crafting now, no longer only one missing part. - Add a systemchat text for missing tools, so it can be checked later in the chat.
10 lines
302 B
C++
10 lines
302 B
C++
#include "RscGroups.hpp"
|
|
//#include "RscDisplayCraftingMenu.hpp"
|
|
#include "RscDisplayGear.hpp"
|
|
#include "RscDisplayGearMinimal.hpp"
|
|
#include "RscDisplayGenderSelect.hpp"
|
|
#include "RscDisplaySpawnSelecter.hpp"
|
|
#include "RscPlayerUI.hpp"
|
|
#include "RscMap.hpp"
|
|
//#include "RscDisplayConstructionMenu.hpp"
|