moved CUP files to it's own pbo so i can add the addon.toml to not rapify the pbo and allow for #if __has_include statements

This commit is contained in:
Bear
2024-12-30 15:57:19 -03:00
parent f0588c319f
commit e58f66dad6
15 changed files with 80 additions and 50 deletions

View File

@@ -28,7 +28,7 @@ class braf_factions_thug_pistol: O_G_Soldier_F
"Head_Tanoan"
};
class EventHandlers : EventHandlers {
init = "if (local (_this select 0)) then {[(_this select 0), [], nil] call BIS_fnc_unitHeadgear;[_this select 0] call braf_factions_fnc_thugswear;[_this select 0] call braf_factions_fnc_thugsequippistolCUP;};";
init = "if (local (_this select 0)) then {[(_this select 0), [], nil] call BIS_fnc_unitHeadgear;[_this select 0] call braf_factions_fnc_thugswear;};";
};
};