mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Change satchel and mines to single gear slot
For consistency with all other items in Epoch.
This commit is contained in:
15
SQF/dayz_code/Configs/CfgMagazines/Items/Explosives.hpp
Normal file
15
SQF/dayz_code/Configs/CfgMagazines/Items/Explosives.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
class Mine: TimeBomb
|
||||
{
|
||||
type = WeaponSlotItem; // Only takes up one gear slot in Epoch
|
||||
};
|
||||
|
||||
class MineE: TimeBomb
|
||||
{
|
||||
type = WeaponSlotItem; // Only takes up one gear slot in Epoch
|
||||
};
|
||||
|
||||
class PipeBomb: TimeBomb
|
||||
{
|
||||
displayName = $STR_DZ_MAG_SATCHEL_NAME; // Singular "Satchel Charge" for death messages "with a x"
|
||||
type = WeaponSlotItem; // Only takes up one gear slot in Epoch
|
||||
};
|
||||
Reference in New Issue
Block a user