mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
add radiation mask
This commit is contained in:
parent
25f2dd6691
commit
88a9a53b10
@ -392,6 +392,7 @@ class CfgItemSort
|
||||
"ghostface_mask_epoch",
|
||||
"skull_mask_epoch",
|
||||
"witch_mask_epoch",
|
||||
"radiation_mask_epoch",
|
||||
|
||||
// Headgear Apex
|
||||
"H_HelmetLeaderO_ghex_F",
|
||||
|
@ -5278,6 +5278,10 @@ class CfgPricing
|
||||
class witch_mask_epoch
|
||||
{
|
||||
price = 30;
|
||||
};
|
||||
class radiation_mask_epoch
|
||||
{
|
||||
price = 75;
|
||||
};
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Apex Items & Weapons
|
||||
|
Loading…
Reference in New Issue
Block a user