mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-26 17:51:51 +03:00
Sort it a bit and include it
This commit is contained in:
11
SQF/dayz_code/Configs/CfgServerTrader/Trader/TraderHero.hpp
Normal file
11
SQF/dayz_code/Configs/CfgServerTrader/Trader/TraderHero.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
class RU_Functionary1 {
|
||||
humanity = "hero";
|
||||
category[] = {
|
||||
{"Ammunition","HeroAmmunition"}
|
||||
{"Clothes","HeroClothes"}
|
||||
{"Helicopter Armed","HeroHelicopterArmed"}
|
||||
{"Military Armed","HeroMilitaryArmed"}
|
||||
{"Trucks Armed","HeroTrucksArmed"}
|
||||
{"Weapons","HeroWeapons"}
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user