Smaller config fixes

This commit is contained in:
He-Man 2020-08-29 22:03:08 +02:00
parent 2b5d60bc50
commit 57bc71350e
41 changed files with 5 additions and 5 deletions

View File

@ -1003,7 +1003,7 @@ class CfgItemSort
"muzzle_snds_H_snd_F",
"muzzle_snds_m_khk_F",
"muzzle_snds_m_snd_F",
"uzzle_snds_B_khk_F",
"muzzle_snds_B_khk_F",
"muzzle_snds_B_snd_F",
"muzzle_snds_65_TI_ghex_F",
"muzzle_snds_65_TI_blk_F",

View File

@ -2017,7 +2017,7 @@ class CfgLootTable
items[] = {
{ { "Gems", "CfgLootTable" }, 10 },
{ { "Throw", "CfgLootTable" }, 11 },
{ { "ThrowExplosive", "magazine" }, 12 },
{ { "ThrowExplosive", "CfgLootTable" }, 12 },
{ { "MiniGrenade", "magazine" }, 20 },
{ { "Medical", "CfgLootTable" }, 21 },
{ { "Venom_EPOCH", "magazine" }, 26 }

View File

@ -2021,7 +2021,7 @@ class CfgLootTable_CUP
items[] = {
{ { "Gems", "CfgLootTable" }, 10 },
{ { "Throw", "CfgLootTable" }, 11 },
{ { "ThrowExplosive", "magazine" }, 12 },
{ { "ThrowExplosive", "CfgLootTable" }, 12 },
{ { "MiniGrenade", "magazine" }, 20 },
{ { "Medical", "CfgLootTable" }, 21 },
{ { "Venom_EPOCH", "magazine" }, 26 }

View File

@ -2020,7 +2020,7 @@ class CfgLootTable_MAD
items[] = {
{ { "Gems", "CfgLootTable" }, 10 },
{ { "Throw", "CfgLootTable" }, 11 },
{ { "ThrowExplosive", "magazine" }, 12 },
{ { "ThrowExplosive", "CfgLootTable" }, 12 },
{ { "MiniGrenade", "magazine" }, 20 },
{ { "Medical", "CfgLootTable" }, 21 },
{ { "Venom_EPOCH", "magazine" }, 26 }

View File

@ -2020,7 +2020,7 @@ class CfgLootTable_MADCUP
items[] = {
{ { "Gems", "CfgLootTable" }, 10 },
{ { "Throw", "CfgLootTable" }, 11 },
{ { "ThrowExplosive", "magazine" }, 12 },
{ { "ThrowExplosive", "CfgLootTable" }, 12 },
{ { "MiniGrenade", "magazine" }, 20 },
{ { "Medical", "CfgLootTable" }, 21 },
{ { "Venom_EPOCH", "magazine" }, 26 }