mirror of
https://github.com/projectbraf/braf_factions.git
synced 2026-06-13 16:33:29 +00:00
Several changes to add thugs when CUP is installed
This commit is contained in:
24
addons/characters/units/CUP/config.cpp
Normal file
24
addons/characters/units/CUP/config.cpp
Normal file
@@ -0,0 +1,24 @@
|
||||
class CfgPatches
|
||||
{
|
||||
class braf_factions_characters_CUP
|
||||
{
|
||||
author = "BRAF Team";
|
||||
skipWhenMissingDependencies = 1;
|
||||
requiredAddons[] = {
|
||||
"BRAF_characters_army",
|
||||
"braf_factions_characters",
|
||||
"CUP_BaseConfigs"
|
||||
};
|
||||
requiredVersion = 0.1;
|
||||
units[] = {};
|
||||
weapons[] = {};
|
||||
};
|
||||
};
|
||||
|
||||
class DefaultEventHandlers;
|
||||
class CfgVehicles
|
||||
{
|
||||
skipWhenMissingDependencies = 1;
|
||||
#include "thug_opfor_units_CUP.hpp"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user