mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 01:30:26 +03:00
Remove rtitleText in fillBloodBag.sqf
Not necessary to inform recipient and prevents two messages on screen at once for instigator. Classic bloodbag system is now added in vanilla too. Vanilla commits:cb71d926edbee9bd1638
This commit is contained in:
@@ -389,21 +389,4 @@ class ItemHotwireKit: CA_Magazine {
|
||||
picture = "\z\addons\dayz_epoch\pictures\equip_hotwire_ca.paa";
|
||||
descriptionShort = $STR_EPOCH_HOTWIREKIT_DESC;
|
||||
weight = 2;
|
||||
};
|
||||
|
||||
class ItemBloodbag: CA_Magazine
|
||||
{
|
||||
scope = public;
|
||||
count = 1;
|
||||
type = 256;
|
||||
displayName = "$STR_EQUIP_NAME_16";
|
||||
model = "\dayz_equip\models\bloodbag.p3d";
|
||||
picture = "\dayz_equip\textures\equip_bloodbag_ca.paa";
|
||||
descriptionShort = "$STR_EQUIP_DESC_16";
|
||||
class ItemActions {
|
||||
class use {
|
||||
text = $STR_EPOCH_BLOODBAG_ACTION;
|
||||
script = "spawn player_useMeds;";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user