mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-07-05 08:01:56 +03:00
Credit updates for Sound Files.
Vanilla development commits: https://github.com/DayZMod/DayZ/commit/e578c6cb39c2e08839255a5fb6548e03b5b8fdf5 https://github.com/DayZMod/DayZ/commit/c575f09c4bf6798d76fde542092d5b8286251736 Also synced spacing and tabs from: https://github.com/EpochModTeam/DayZ-Epoch/commit/73d557806e30b65bfe4f7bfe0f2a863e06244414
This commit is contained in:
@@ -25,10 +25,6 @@ class Remington870_DZ : Rifle
|
||||
2Rnd_12Gauge_Slug,
|
||||
2Rnd_12Gauge_Buck
|
||||
};
|
||||
class Attachments
|
||||
{
|
||||
Attachment_FL = "Remington870_FL_DZ";
|
||||
};
|
||||
|
||||
handAnim[] = {"OFP2_ManSkeleton", "\Ca\weapons_E\Data\Anim\LeeEnfield.rtm"};
|
||||
|
||||
@@ -50,6 +46,10 @@ class Remington870_DZ : Rifle
|
||||
recoil = "recoil_single_primary_9outof10";
|
||||
recoilProne = "recoil_single_primary_prone_8outof10";
|
||||
};
|
||||
class Attachments
|
||||
{
|
||||
Attachment_FL = "Remington870_FL_DZ";
|
||||
};
|
||||
};
|
||||
|
||||
class Remington870_FL_DZ : Remington870_DZ
|
||||
@@ -59,7 +59,7 @@ class Remington870_FL_DZ : Remington870_DZ
|
||||
descriptionShort = $STR_DZ_WPN_R870_FL_DESC;
|
||||
|
||||
R870_FLASHLIGHT;
|
||||
|
||||
|
||||
class ItemActions
|
||||
{
|
||||
class RemoveFlashlight
|
||||
|
||||
Reference in New Issue
Block a user