Add mutant bloodbag

This commit is contained in:
A Man
2021-08-31 09:28:59 +02:00
parent 2639cece9e
commit ca2a2dd904
3 changed files with 22 additions and 0 deletions

View File

@@ -242,6 +242,16 @@ class ItemBloodbagZombie: CA_Magazine
descriptionShort = "$STR_EPOCH_BLOODBAG_ZOMBIE_DESC";
};
class ItemBloodbagMutant: CA_Magazine
{
scope = 2;
count = 1;
displayName = "$STR_EPOCH_BLOODBAG_MUTANT";
model = "\dayz_equip\models\bloodbag.p3d";
picture = "\dayz_equip\textures\equip_bloodbag_ca.paa";
descriptionShort = "$STR_EPOCH_BLOODBAG_MUTANT_DESC";
};
class ItemBloodbagRabbit: CA_Magazine
{
scope = 2;