diff --git a/Sources/epoch_config/Configs/CfgItemSort.hpp b/Sources/epoch_config/Configs/CfgItemSort.hpp index 843896b2..b819e12f 100644 --- a/Sources/epoch_config/Configs/CfgItemSort.hpp +++ b/Sources/epoch_config/Configs/CfgItemSort.hpp @@ -392,7 +392,8 @@ class CfgItemSort "ghostface_mask_epoch", "skull_mask_epoch", "witch_mask_epoch", - + "radiation_mask_epoch", + // Headgear Apex "H_HelmetLeaderO_ghex_F", "H_HelmetCrew_O_ghex_F", diff --git a/Sources/epoch_config/Configs/CfgPricing.hpp b/Sources/epoch_config/Configs/CfgPricing.hpp index 04e7e2de..3244cde4 100644 --- a/Sources/epoch_config/Configs/CfgPricing.hpp +++ b/Sources/epoch_config/Configs/CfgPricing.hpp @@ -5278,6 +5278,10 @@ class CfgPricing class witch_mask_epoch { price = 30; + }; + class radiation_mask_epoch + { + price = 75; }; /////////////////////////////////////////////////////////////////////////////// // Apex Items & Weapons